Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_linux.c396 struct linux_af_alg_skcipher { struct
402 static void linux_af_alg_skcipher_deinit(struct linux_af_alg_skcipher *skcipher) in linux_af_alg_skcipher_deinit() argument
414 static struct linux_af_alg_skcipher *
415 linux_af_alg_skcipher(const char *alg, const u8 *key, size_t key_len) in linux_af_alg_skcipher() function
417 struct linux_af_alg_skcipher *skcipher; in linux_af_alg_skcipher()
448 static int linux_af_alg_skcipher_oper(struct linux_af_alg_skcipher *skcipher, in linux_af_alg_skcipher_oper()
499 return linux_af_alg_skcipher("ecb(aes)", key, len); in aes_encrypt_init()
505 struct linux_af_alg_skcipher *skcipher = ctx; in aes_encrypt()
519 return linux_af_alg_skcipher("ecb(aes)", key, len); in aes_decrypt_init()
525 struct linux_af_alg_skcipher *skcipher = ctx; in aes_decrypt()
[all …]