Home
last modified time | relevance | path

Searched refs:skcipher (Results 1 - 3 of 3) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_linux.c402 static void linux_af_alg_skcipher_deinit(struct linux_af_alg_skcipher *skcipher) in linux_af_alg_skcipher_deinit() argument
404 if (!skcipher) in linux_af_alg_skcipher_deinit()
406 if (skcipher->s >= 0) in linux_af_alg_skcipher_deinit()
407 close(skcipher->s); in linux_af_alg_skcipher_deinit()
408 if (skcipher->t >= 0) in linux_af_alg_skcipher_deinit()
409 close(skcipher->t); in linux_af_alg_skcipher_deinit()
410 os_free(skcipher); in linux_af_alg_skcipher_deinit()
417 struct linux_af_alg_skcipher *skcipher; in linux_af_alg_skcipher() local
419 skcipher = os_zalloc(sizeof(*skcipher)); in linux_af_alg_skcipher()
448 linux_af_alg_skcipher_oper(struct linux_af_alg_skcipher *skcipher, int enc, const u8 *in, u8 *out) linux_af_alg_skcipher_oper() argument
505 struct linux_af_alg_skcipher *skcipher = ctx; aes_encrypt() local
525 struct linux_af_alg_skcipher *skcipher = ctx; aes_decrypt() local
540 struct linux_af_alg_skcipher *skcipher; rc4_skip() local
611 struct linux_af_alg_skcipher *skcipher; des_encrypt() local
678 struct linux_af_alg_skcipher *skcipher; aes_128_cbc_oper() local
787 struct linux_af_alg_skcipher *skcipher; aes_unwrap() local
854 struct linux_af_alg_skcipher *skcipher; global() member
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_linux.c402 static void linux_af_alg_skcipher_deinit(struct linux_af_alg_skcipher *skcipher) in linux_af_alg_skcipher_deinit() argument
404 if (!skcipher) in linux_af_alg_skcipher_deinit()
406 if (skcipher->s >= 0) in linux_af_alg_skcipher_deinit()
407 close(skcipher->s); in linux_af_alg_skcipher_deinit()
408 if (skcipher->t >= 0) in linux_af_alg_skcipher_deinit()
409 close(skcipher->t); in linux_af_alg_skcipher_deinit()
410 os_free(skcipher); in linux_af_alg_skcipher_deinit()
417 struct linux_af_alg_skcipher *skcipher; in linux_af_alg_skcipher() local
419 skcipher = os_zalloc(sizeof(*skcipher)); in linux_af_alg_skcipher()
448 linux_af_alg_skcipher_oper(struct linux_af_alg_skcipher *skcipher, int enc, const u8 *in, u8 *out) linux_af_alg_skcipher_oper() argument
505 struct linux_af_alg_skcipher *skcipher = ctx; aes_encrypt() local
525 struct linux_af_alg_skcipher *skcipher = ctx; aes_decrypt() local
540 struct linux_af_alg_skcipher *skcipher; rc4_skip() local
611 struct linux_af_alg_skcipher *skcipher; des_encrypt() local
678 struct linux_af_alg_skcipher *skcipher; aes_128_cbc_oper() local
787 struct linux_af_alg_skcipher *skcipher; aes_unwrap() local
854 struct linux_af_alg_skcipher *skcipher; global() member
[all...]
/third_party/python/Modules/
H A D_ssl.c1964 const char *skcipher = NULL, *digest = NULL, *kx = NULL, *auth = NULL; in cipher_to_dict() local
1979 skcipher = nid != NID_undef ? OBJ_nid2ln(nid) : NULL; in cipher_to_dict()
1998 "symmetric", skcipher, in cipher_to_dict()

Completed in 11 milliseconds