Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/bcrypt/
A Dbcrypt.c15 const unsigned char *pass, unsigned long passlen, in s_bcrypt_hash() argument
23 if ((err = blowfish_setup_with_data(pass, passlen, salt, saltlen, &key)) != CRYPT_OK) { in s_bcrypt_hash()
30 if ((err = blowfish_expand(pass, passlen, NULL, 0, &key)) != CRYPT_OK) { in s_bcrypt_hash()
55 static int s_bcrypt_pbkdf_hash(const unsigned char *pass, unsigned long passlen, in s_bcrypt_pbkdf_hash() argument
60 return s_bcrypt_hash(pt, pass, passlen, salt, saltlen, out, outlen); in s_bcrypt_pbkdf_hash()
/optee_os-3.20.0/
A DCHANGELOG.md535 * PSCI: pass non-secure context to psci_system_suspend() ([#1916])
1183 * rcar-h3: standard, pass except issues [#1092][issue1092] and [#1093][issue1093]
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog388 CMAC block cipher, and still pass the CMAC self test.
788 * Only pass -Wformat-signedness to versions of GCC that support it. Reported
814 psa_register_se_driver() must be modified to pass the driver's location
1077 * In the PSA API, forbid zero-length keys. To pass a zero-length input to a
2065 * In test_suite_pk, pass valid parameters when testing for hash length
2658 the need to pass -fomit-frame-pointer to avoid a build error with -O0.

Completed in 11 milliseconds