Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
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()