Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_linux.c448 static int linux_af_alg_skcipher_oper(struct linux_af_alg_skcipher *skcipher, in linux_af_alg_skcipher_oper() function
507 return linux_af_alg_skcipher_oper(skcipher, 1, plain, crypt); in aes_encrypt()
527 return linux_af_alg_skcipher_oper(skcipher, 0, crypt, plain); in aes_decrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_linux.c448 static int linux_af_alg_skcipher_oper(struct linux_af_alg_skcipher *skcipher, in linux_af_alg_skcipher_oper() function
507 return linux_af_alg_skcipher_oper(skcipher, 1, plain, crypt); in aes_encrypt()
527 return linux_af_alg_skcipher_oper(skcipher, 0, crypt, plain); in aes_decrypt()