Searched refs:encode_base64 (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/lib/libcrypt/ |
H A D | bcrypt.c | 74 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 D | apr1-atol.pl | 25 $hash = encode_base64($hash);
|
H A D | apr1-ltoa.pl | 21 $hash = encode_base64($hash);
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-view/share/ |
H A D | Reporter.py | 107 encoders.encode_base64(msg)
|