Home
last modified time | relevance | path

Searched refs:crypto_cipher_decrypt (Results 1 – 11 of 11) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-cipher.c166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto.h267 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
Dcrypto_nettle.c451 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto_gnutls.c491 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto_libtomcrypt.c378 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto_linux.c985 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto_wolfssl.c574 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto_openssl.c737 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
/external/wpa_supplicant_8/src/tls/
Dtlsv1_record.c357 if (crypto_cipher_decrypt(rl->read_cbc, in_data, in tlsv1_record_receive()
Dpkcs5.c622 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) { in pkcs5_decrypt()
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c234 if (crypto_cipher_decrypt(cipher, crypt, plain, len) < 0) { in ikev2_encr_decrypt()