Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/crypto/
H A Dcrypto_linux.c929 static int crypto_cipher_oper(struct crypto_cipher *ctx, u32 type, const u8 *in, in crypto_cipher_oper() function
981 return crypto_cipher_oper(ctx, ALG_OP_ENCRYPT, plain, crypt, len); in crypto_cipher_encrypt()
988 return crypto_cipher_oper(ctx, ALG_OP_DECRYPT, crypt, plain, len); in crypto_cipher_decrypt()