Home
last modified time | relevance | path

Searched defs:hash_idx (Results 1 – 14 of 14) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
H A Dpkcs_5_1.c35 int iteration_count, int hash_idx, in s_pkcs_5_alg1_common()
154 int iteration_count, int hash_idx, in pkcs_5_alg1()
178 int iteration_count, int hash_idx, in pkcs_5_alg1_openssl()
H A Dpkcs_5_2.c25 int iteration_count, int hash_idx, in pkcs_5_alg2()
/optee_os/core/lib/libtomcrypt/src/misc/hkdf/
H A Dhkdf.c13 int hkdf_extract(int hash_idx, const unsigned char *salt, unsigned long saltlen, in hkdf_extract()
31 int hkdf_expand(int hash_idx, const unsigned char *info, unsigned long infolen, in hkdf_expand()
102 int hkdf(int hash_idx, const unsigned char *salt, unsigned long saltlen, in hkdf()
/optee_os/core/lib/libtomcrypt/src/pk/rsa/
H A Drsa_sign_saltlen_get.c19 int rsa_sign_saltlen_get_max_ex(int padding, int hash_idx, const rsa_key *key) in rsa_sign_saltlen_get_max_ex()
H A Drsa_sign_hash.c30 int hash_idx, unsigned long saltlen, in rsa_sign_hash_ex()
H A Drsa_verify_hash.c29 int hash_idx, unsigned long saltlen, in rsa_verify_hash_ex()
/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes1.c9 int iteration_count, int hash_idx, in s_pkcs_5_alg1_wrap()
18 int iteration_count, int hash_idx, in s_pkcs_12_wrap()
/optee_os/core/lib/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_mgf1.c21 int pkcs_1_mgf1(int hash_idx, in pkcs_1_mgf1()
H A Dpkcs_1_pss_decode.c27 unsigned long saltlen, int hash_idx, in pkcs_1_pss_decode()
H A Dpkcs_1_pss_encode.c27 int prng_idx, int hash_idx, in pkcs_1_pss_encode()
/optee_os/core/lib/libtomcrypt/
H A Dhmac.c18 int hash_idx; member
86 int hash_idx) in ltc_hmac_alloc_ctx()
/optee_os/core/lib/libtomcrypt/src/misc/bcrypt/
H A Dbcrypt.c77 unsigned int rounds, int hash_idx, in bcrypt_pbkdf_openbsd()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h59 #define rsa_encrypt_key(in, inlen, out, outlen, lparam, lparamlen, prng, prng_idx, hash_idx, key) \ argument
62 #define rsa_decrypt_key(in, inlen, out, outlen, lparam, lparamlen, hash_idx, stat, key) \ argument
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
71 #define rsa_sign_saltlen_get_max(hash_idx, key) \ argument
/optee_os/core/lib/libtomcrypt/src/pk/ec25519/
H A Dtweetnacl.c227 int hash_idx = find_hash("sha512"); in tweetnacl_crypto_hash_ctx() local