Home
last modified time | relevance | path

Searched refs:crypto_cipher_encrypt (Results 1 – 12 of 12) sorted by relevance

/hostap-3.7.0/src/crypto/
Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto.h252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
Dcrypto_nettle.c436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_gnutls.c481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_libtomcrypt.c354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_mbedtls.c488 int crypto_cipher_encrypt( in crypto_cipher_encrypt() function
Dcrypto_linux.c978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_wolfssl.c544 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_openssl.c791 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_mbedtls_alt.c1092 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) in crypto_cipher_encrypt() function
/hostap-3.7.0/src/tls/
Dtlsv1_record.c249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload, in tlsv1_record_send()
/hostap-3.7.0/src/eap_common/
Dikev2_common.c199 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) { in ikev2_encr_encrypt()