Searched refs:crypto_public_key_decrypt_pkcs1 (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_internal-rsa.c | 111 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1() function
|
D | crypto.h | 390 int __must_check crypto_public_key_decrypt_pkcs1(
|
D | crypto_libtomcrypt.c | 611 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1() function
|
/external/wpa_supplicant_8/src/tls/ |
D | pkcs1.c | 212 res = crypto_public_key_decrypt_pkcs1(pk, s, s_len, decrypted, in pkcs1_v15_sig_ver()
|
D | tlsv1_common.c | 437 if (crypto_public_key_decrypt_pkcs1(pk, pos, end - pos, buf, &buflen) < in tls_verify_signature()
|
D | x509v3.c | 1614 if (crypto_public_key_decrypt_pkcs1(pk, cert->sign_value, in x509_certificate_check_signature()
|