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/ |
D | crypto_linux.c | 448 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/ |
D | crypto_linux.c | 448 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()
|