Home
last modified time | relevance | path

Searched defs:b64_from_24bit (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libcrypt/
H A Dmisc.c49 b64_from_24bit(uint8_t B2, uint8_t B1, uint8_t B0, int n, char **cp) in b64_from_24bit() function
/freebsd/crypto/openssl/apps/
H A Dpasswd.c709 # define b64_from_24bit(B2, B1, B0, N) \ in shacrypt() macro