Searched defs:saltlen (Results 1 – 10 of 10) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/hkdf/ |
A D | hkdf.c | 13 int hkdf_extract(int hash_idx, const unsigned char *salt, unsigned long saltlen, in hkdf_extract() 102 int hkdf(int hash_idx, const unsigned char *salt, unsigned long saltlen, in hkdf()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/ |
A D | bcrypt.c | 16 const unsigned char *salt, unsigned long saltlen, in s_bcrypt_hash() 56 const unsigned char *salt, unsigned long saltlen, in s_bcrypt_pbkdf_hash()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/pkcs1/ |
A D | pkcs_1_pss_decode.c | 27 unsigned long saltlen, int hash_idx, in pkcs_1_pss_decode()
|
A D | pkcs_1_pss_encode.c | 26 unsigned long saltlen, prng_state *prng, in pkcs_1_pss_encode()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/ |
A D | rsa_sign_hash.c | 30 int hash_idx, unsigned long saltlen, in rsa_sign_hash_ex()
|
A D | rsa_verify_hash.c | 29 int hash_idx, unsigned long saltlen, in rsa_verify_hash_ex()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pkcs12/ |
A D | pkcs12_kdf.c | 10 const unsigned char *salt, unsigned long saltlen, in pkcs12_kdf()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | pkcs12.c | 259 const unsigned char *salt, size_t saltlen, in mbedtls_pkcs12_derivation()
|
A D | rsa.c | 1584 int saltlen, in rsa_rsassa_pss_sign() 1724 int saltlen, in mbedtls_rsa_rsassa_pss_sign_ext()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_pk.h | 65 #define rsa_sign_hash(in, inlen, out, outlen, prng, prng_idx, hash_idx, saltlen, key) \ argument 68 #define rsa_verify_hash(sig, siglen, hash, hashlen, hash_idx, saltlen, stat, key) \ argument
|
Completed in 15 milliseconds