Home
last modified time | relevance | path

Searched defs:salt (Results 1 – 24 of 24) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
H A Dpkcs_5_1.c34 const unsigned char *salt, in s_pkcs_5_alg1_common()
153 const unsigned char *salt, in pkcs_5_alg1()
177 const unsigned char *salt, in pkcs_5_alg1_openssl()
H A Dpkcs_5_2.c24 const unsigned char *salt, unsigned long salt_len, in pkcs_5_alg2()
/optee_os/core/pta/tests/
H A Dfs_htree.c180 static uint32_t val_from_bn_n_salt(size_t bn, size_t n, uint8_t salt) in val_from_bn_n_salt()
187 static TEE_Result write_block(struct tee_fs_htree **ht, size_t bn, uint8_t salt) in write_block()
198 static TEE_Result read_block(struct tee_fs_htree **ht, size_t bn, uint8_t salt) in read_block()
221 size_t bn, uint8_t salt), in do_range()
223 size_t num_blocks, size_t salt) in do_range()
238 size_t bn, uint8_t salt), in do_range_backwards()
240 size_t num_blocks, size_t salt) in do_range_backwards()
261 size_t salt = 23; in htree_test_rewrite() local
/optee_os/core/lib/libtomcrypt/src/misc/bcrypt/
H A Dbcrypt.c16 const unsigned char *salt, unsigned long saltlen, in s_bcrypt_hash()
56 const unsigned char *salt, unsigned long saltlen, in s_bcrypt_pbkdf_hash()
76 const unsigned char *salt, unsigned long salt_len, in bcrypt_pbkdf_openbsd()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkcs5.c41 mbedtls_asn1_buf *salt, int *iterations, in pkcs5_parse_pbkdf2_params()
138 mbedtls_asn1_buf salt; in mbedtls_pkcs5_pbes2_ext() local
270 size_t plen, const unsigned char *salt, size_t slen, in pkcs5_pbkdf2_hmac()
360 size_t plen, const unsigned char *salt, size_t slen, in mbedtls_pkcs5_pbkdf2_hmac()
371 size_t plen, const unsigned char *salt, size_t slen, in mbedtls_pkcs5_pbkdf2_hmac_ext()
H A Dhkdf.c16 int mbedtls_hkdf(const mbedtls_md_info_t *md, const unsigned char *salt, in mbedtls_hkdf()
37 const unsigned char *salt, size_t salt_len, in mbedtls_hkdf_extract()
H A Dpkcs12.c37 mbedtls_asn1_buf *salt, int *iterations) in pkcs12_parse_pbe_params()
82 mbedtls_asn1_buf salt; in pkcs12_pbe_derive_key_iv() local
328 const unsigned char *salt, size_t saltlen, in mbedtls_pkcs12_derivation()
H A Dpsa_crypto_rsa.c521 const uint8_t *salt, in mbedtls_psa_asymmetric_encrypt()
615 const uint8_t *salt, in mbedtls_psa_asymmetric_decrypt()
H A Dpsa_crypto_driver_wrappers.h2539 size_t input_length, const uint8_t *salt, size_t salt_length, in psa_driver_wrapper_asymmetric_encrypt()
2597 size_t input_length, const uint8_t *salt, size_t salt_length, in psa_driver_wrapper_asymmetric_decrypt()
H A Drsa.c1697 const unsigned char *salt, size_t slen, in hash_mprime()
2128 unsigned char *salt = NULL; in rsa_rsassa_pss_sign_no_mode_check() local
/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes1.c8 const unsigned char *salt, unsigned long salt_len, in s_pkcs_5_alg1_wrap()
17 const unsigned char *salt, unsigned long salt_len, in s_pkcs_12_wrap()
/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()
102 int hkdf(int hash_idx, const unsigned char *salt, unsigned long saltlen, in hkdf()
/optee_os/core/tee/
H A Dtee_cryp_hkdf.c17 size_t ikm_len, const uint8_t *salt, in hkdf_extract()
145 const uint8_t *salt, size_t salt_len, in tee_cryp_hkdf()
H A Dtee_cryp_pbkdf2.c22 const uint8_t *salt; member
72 size_t password_len, const uint8_t *salt, in tee_cryp_pbkdf2()
H A Dtee_svc_cryp.c3340 void **salt, size_t *salt_len, void **info, in get_hkdf_params()
3467 uint32_t param_count, void **salt, in get_pbkdf2_params()
3852 void *salt, *info; in syscall_cryp_derive_key() local
3911 void *salt; in syscall_cryp_derive_key() local
/optee_os/core/lib/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_pss_decode.c30 unsigned char *DB, *mask, *salt, *hash; in pkcs_1_pss_decode() local
H A Dpkcs_1_pss_encode.c31 unsigned char *DB, *mask, *salt, *hash; in pkcs_1_pss_encode() local
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c252 const uint8_t *salt, in sec_pbkdf2_set_buf()
300 size_t password_len, const uint8_t *salt, in tee_cryp_pbkdf2()
H A Dsec_pbkdf2.h25 uint8_t salt[SEC_MAX_SALT_LEN]; member
H A Dsec_main.h285 uint32_t salt; member
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Drsassa.c335 uint8_t *salt = NULL; in emsa_pss_encode() local
525 uint8_t *salt = NULL; in emsa_pss_verify() local
/optee_os/ta/pkcs11/src/
H A Dpersistent_token.c75 size_t pin_size, uint32_t salt, in do_hash()
99 size_t pin_size, uint32_t *salt, in hash_pin()
116 size_t pin_size, uint32_t salt, in verify_pin()
/optee_os/core/lib/libtomcrypt/src/misc/pkcs12/
H A Dpkcs12_kdf.c10 const unsigned char *salt, unsigned long saltlen, in pkcs12_kdf()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_private.h87 ltc_asn1_list *salt; member