Home
last modified time | relevance | path

Searched defs:crypto_cipher_encrypt (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/crypto/
Dcrypto_internal-cipher.c103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
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_linux.c978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_wolfssl.c834 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function
Dcrypto_mbedtls_alt.c1121 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) in crypto_cipher_encrypt() function
Dcrypto_openssl.c938 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() function