Home
last modified time | relevance | path

Searched refs:encode_base64 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libcrypt/
H A Dbcrypt.c74 static void encode_base64(u_int8_t *, u_int8_t *, u_int16_t);
149 encode_base64((u_int8_t *) salt + 7, csalt, clen); in encode_salt()
314 encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT); in __bcrypt()
315 encode_base64((u_int8_t *) encrypted + strlen(encrypted), ciphertext, in __bcrypt()
322 encode_base64(u_int8_t *buffer, u_int8_t *data, u_int16_t len) in encode_base64() function
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
H A Dapr1-atol.pl25 $hash = encode_base64($hash);
H A Dapr1-ltoa.pl21 $hash = encode_base64($hash);
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/
H A DReporter.py107 encoders.encode_base64(msg)