Searched refs:pkcs12_kdf (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pkcs12/ |
A D | sub.mk | 1 srcs-y += pkcs12_kdf.c
|
A D | pkcs12_kdf.c | 8 int pkcs12_kdf( int hash_id, in pkcs12_kdf() function
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pbes/ |
A D | pbes1.c | 32 …if ((err = pkcs12_kdf(hash_idx, pw, pwlen, salt, salt_len, iteration_count, 1, out, 24)) != CRYPT_… in s_pkcs_12_wrap() 34 …if ((err = pkcs12_kdf(hash_idx, pw, pwlen, salt, salt_len, iteration_count, 2, out+24, 8)) != CRYP… in s_pkcs_12_wrap()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_private.h | 463 int pkcs12_kdf( int hash_id,
|
Completed in 5 milliseconds