Home
last modified time | relevance | path

Searched defs:password (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/misc/pkcs5/
H A Dpkcs_5_1.c32 static int s_pkcs_5_alg1_common(const unsigned char *password, in s_pkcs_5_alg1_common()
152 int pkcs_5_alg1(const unsigned char *password, unsigned long password_len, in pkcs_5_alg1()
175 int pkcs_5_alg1_openssl(const unsigned char *password, in pkcs_5_alg1_openssl()
H A Dpkcs_5_2.c23 int pkcs_5_alg2(const unsigned char *password, unsigned long password_len, in pkcs_5_alg2()
/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes1.c7 static int s_pkcs_5_alg1_wrap(const unsigned char *password, unsigned long password_len, in s_pkcs_5_alg1_wrap()
16 static int s_pkcs_12_wrap(const unsigned char *password, unsigned long password_len, in s_pkcs_12_wrap()
/optee_os/core/tee/
H A Dtee_cryp_pbkdf2.c20 const uint8_t *password; member
71 TEE_Result tee_cryp_pbkdf2(uint32_t hash_id, const uint8_t *password, in tee_cryp_pbkdf2()
H A Dtee_svc_cryp.c3915 const uint8_t *password = (const uint8_t *)(ss + 1); in syscall_cryp_derive_key() local
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpkcs5.c269 const unsigned char *password, in pkcs5_pbkdf2_hmac()
359 const unsigned char *password, in mbedtls_pkcs5_pbkdf2_hmac()
370 const unsigned char *password, in mbedtls_pkcs5_pbkdf2_hmac_ext()
H A Dpsa_crypto.c8739 mbedtls_svc_key_id_t password) in psa_pake_set_password_key()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c251 static TEE_Result sec_pbkdf2_set_buf(const uint8_t *password, in sec_pbkdf2_set_buf()
299 TEE_Result tee_cryp_pbkdf2(uint32_t hash_id, const uint8_t *password, in tee_cryp_pbkdf2()