Home
last modified time | relevance | path

Searched refs:crypto_cipher_decrypt (Results 1 – 8 of 8) 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.h264 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
Dcrypto_gnutls.c284 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto_libtomcrypt.c374 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto_openssl.c584 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()