Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/crypto/
Dcrypto_nss.c198 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto.h241 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
Dcrypto_internal-cipher.c166 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
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_cryptoapi.c607 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
Dcrypto_openssl.c450 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, in crypto_cipher_decrypt() function
/external/wpa_supplicant_8/src/tls/
Dpkcs5.c204 if (crypto_cipher_decrypt(ctx, enc_data, eb, enc_data_len) < 0) { in pkcs5_decrypt()
Dtlsv1_record.c357 if (crypto_cipher_decrypt(rl->read_cbc, in_data, in tlsv1_record_receive()
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c235 if (crypto_cipher_decrypt(cipher, crypt, plain, len) < 0) { in ikev2_encr_decrypt()