Searched defs:pwd_block (Results 1 - 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
H A D | pkcs12.c | 335 unsigned char salt_block[128], pwd_block[128], hash_block[128] = { 0 }; in mbedtls_pkcs12_derivation() local 268 calculate_hashes(mbedtls_md_type_t md_type, int iterations, unsigned char *diversifier, unsigned char *salt_block, unsigned char *pwd_block, unsigned char *hash_output, int use_salt, int use_password, size_t hlen, size_t v) calculate_hashes() argument [all...] |
Completed in 2 milliseconds