Home
last modified time | relevance | path

Searched defs:skcipher (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto_linux.c402 static void linux_af_alg_skcipher_deinit(struct linux_af_alg_skcipher *skcipher) in linux_af_alg_skcipher_deinit()
417 struct linux_af_alg_skcipher *skcipher; in linux_af_alg_skcipher() local
448 static int linux_af_alg_skcipher_oper(struct linux_af_alg_skcipher *skcipher, in linux_af_alg_skcipher_oper()
505 struct linux_af_alg_skcipher *skcipher = ctx; in aes_encrypt() local
525 struct linux_af_alg_skcipher *skcipher = ctx; in aes_decrypt() local
540 struct linux_af_alg_skcipher *skcipher; in rc4_skip() local
611 struct linux_af_alg_skcipher *skcipher; in des_encrypt() local
678 struct linux_af_alg_skcipher *skcipher; in aes_128_cbc_oper() local
787 struct linux_af_alg_skcipher *skcipher; in aes_unwrap() local
854 struct linux_af_alg_skcipher *skcipher; member
/external/python/cpython3/Modules/
D_ssl.c1889 const char *skcipher = NULL, *digest = NULL, *kx = NULL, *auth = NULL; in cipher_to_dict() local