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

/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto_linux.c402 static void linux_af_alg_skcipher_deinit(struct linux_af_alg_skcipher *skcipher) argument
404 if (!skcipher)
406 if (skcipher->s >= 0)
407 close(skcipher->s);
408 if (skcipher->t >= 0)
409 close(skcipher->t);
410 os_free(skcipher);
417 struct linux_af_alg_skcipher *skcipher; local
419 skcipher = os_zalloc(sizeof(*skcipher));
448 linux_af_alg_skcipher_oper(struct linux_af_alg_skcipher *skcipher, int enc, const u8 *in, u8 *out) argument
505 struct linux_af_alg_skcipher *skcipher = ctx; local
525 struct linux_af_alg_skcipher *skcipher = ctx; local
540 struct linux_af_alg_skcipher *skcipher; local
611 struct linux_af_alg_skcipher *skcipher; local
678 struct linux_af_alg_skcipher *skcipher; local
787 struct linux_af_alg_skcipher *skcipher; local
854 struct linux_af_alg_skcipher *skcipher; member in struct:crypto_cipher
[all...]

Completed in 103 milliseconds