Searched refs:LTC_PKCS_1_PSS (Results 1 – 7 of 7) sorted by relevance
| /optee_os/core/lib/libtomcrypt/src/pk/rsa/ |
| H A D | rsa_sign_hash.c | 43 (padding != LTC_PKCS_1_PSS) && in rsa_sign_hash_ex() 48 if (padding == LTC_PKCS_1_PSS) { in rsa_sign_hash_ex() 72 if (padding == LTC_PKCS_1_PSS) { in rsa_sign_hash_ex()
|
| H A D | rsa_sign_saltlen_get.c | 25 (padding == LTC_PKCS_1_PSS)) in rsa_sign_saltlen_get_max_ex()
|
| H A D | rsa_verify_hash.c | 50 (padding != LTC_PKCS_1_PSS) && in rsa_verify_hash_ex() 90 if (padding == LTC_PKCS_1_PSS) { in rsa_verify_hash_ex()
|
| /optee_os/core/lib/libtomcrypt/src/headers/ |
| H A D | tomcrypt_pkcs.h | 19 LTC_PKCS_1_PSS = 3, /* PKCS #1 v2.1 signature padding */ enumerator
|
| H A D | tomcrypt_pk.h | 66 rsa_sign_hash_ex(in, inlen, out, outlen, LTC_PKCS_1_PSS, prng, prng_idx, hash_idx, saltlen, key) 69 rsa_verify_hash_ex(sig, siglen, hash, hashlen, LTC_PKCS_1_PSS, hash_idx, saltlen, stat, key) 72 rsa_sign_saltlen_get_max_ex(LTC_PKCS_1_PSS, hash_idx, key)
|
| /optee_os/core/lib/libtomcrypt/src/misc/crypt/ |
| H A D | crypt_constants.c | 66 C_STRINGIFY(LTC_PKCS_1_PSS),
|
| /optee_os/core/lib/libtomcrypt/ |
| H A D | rsa.c | 570 ltc_rsa_algo = LTC_PKCS_1_PSS; in sw_crypto_acipher_rsassa_sign() 694 ltc_rsa_algo = LTC_PKCS_1_PSS; in sw_crypto_acipher_rsassa_verify()
|