Home
last modified time | relevance | path

Searched refs:B64_TO_RAW_LEN (Results 1 – 2 of 2) sorted by relevance

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dbase64_convert.h29 #define B64_TO_RAW_LEN(a) (((a)*3+1)/4) macro
H A Dpbkdf2_hmac_common_plug.c627 saltlen = B64_TO_RAW_LEN(saltlen); in pbkdf2_hmac_sha256_valid()