Searched refs:pass (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/misc/bcrypt/ |
| H A D | bcrypt.c | 15 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/lib/libmbedtls/mbedtls/library/ |
| H A D | ecp_curves_new.c | 5668 for (size_t pass = 0; pass < 3; pass++) { in ecp_mod_koblitz() local
|
| /optee_os/ |
| H A D | CHANGELOG.md | 865 * PSCI: pass non-secure context to psci_system_suspend() ([#1916]) 1513 * rcar-h3: standard, pass except issues [#1092][issue1092] and [#1093][issue1093]
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1905 no longer pass the associated data to mbedtls_gcm_starts(), but to the 2264 CMAC block cipher, and still pass the CMAC self test. 2677 * Only pass -Wformat-signedness to versions of GCC that support it. Reported 2703 psa_register_se_driver() must be modified to pass the driver's location 2966 * In the PSA API, forbid zero-length keys. To pass a zero-length input to a 3954 * In test_suite_pk, pass valid parameters when testing for hash length 4547 the need to pass -fomit-frame-pointer to avoid a build error with -O0.
|