Home
last modified time | relevance | path

Searched refs:crypto_public_key_decrypt_pkcs1 (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-rsa.c111 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1() function
Dcrypto.h390 int __must_check crypto_public_key_decrypt_pkcs1(
Dcrypto_libtomcrypt.c611 int crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, in crypto_public_key_decrypt_pkcs1() function
/external/wpa_supplicant_8/src/tls/
Dpkcs1.c212 res = crypto_public_key_decrypt_pkcs1(pk, s, s_len, decrypted, in pkcs1_v15_sig_ver()
Dtlsv1_common.c437 if (crypto_public_key_decrypt_pkcs1(pk, pos, end - pos, buf, &buflen) < in tls_verify_signature()
Dx509v3.c1614 if (crypto_public_key_decrypt_pkcs1(pk, cert->sign_value, in x509_certificate_check_signature()