/linux-4.4.14/include/crypto/ |
D | aead.h | 74 struct crypto_aead; 135 int (*setkey)(struct crypto_aead *tfm, const u8 *key, 137 int (*setauthsize)(struct crypto_aead *tfm, unsigned int authsize); 140 int (*init)(struct crypto_aead *tfm); 141 void (*exit)(struct crypto_aead *tfm); 151 struct crypto_aead { struct 158 static inline struct crypto_aead *__crypto_aead_cast(struct crypto_tfm *tfm) in __crypto_aead_cast() argument 160 return container_of(tfm, struct crypto_aead, base); in __crypto_aead_cast() 177 struct crypto_aead *crypto_alloc_aead(const char *alg_name, u32 type, u32 mask); 179 static inline struct crypto_tfm *crypto_aead_tfm(struct crypto_aead *tfm) in crypto_aead_tfm() [all …]
|
D | cryptd.h | 54 struct crypto_aead base; 58 struct crypto_aead *tfm) in __cryptd_aead_cast() 66 struct crypto_aead *cryptd_aead_child(struct cryptd_aead *tfm);
|
D | algapi.h | 20 struct crypto_aead; 203 struct crypto_aead *tfm,
|
/linux-4.4.14/net/mac80211/ |
D | aes_gcm.h | 14 void ieee80211_aes_gcm_encrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, 16 int ieee80211_aes_gcm_decrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, 18 struct crypto_aead *ieee80211_aes_gcm_key_setup_encrypt(const u8 key[], 20 void ieee80211_aes_gcm_key_free(struct crypto_aead *tfm);
|
D | aes_ccm.h | 15 struct crypto_aead *ieee80211_aes_key_setup_encrypt(const u8 key[], 18 void ieee80211_aes_ccm_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, 21 int ieee80211_aes_ccm_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, 24 void ieee80211_aes_key_free(struct crypto_aead *tfm);
|
D | aes_gcm.c | 18 void ieee80211_aes_gcm_encrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, in ieee80211_aes_gcm_encrypt() 42 int ieee80211_aes_gcm_decrypt(struct crypto_aead *tfm, u8 *j_0, u8 *aad, in ieee80211_aes_gcm_decrypt() 69 struct crypto_aead *ieee80211_aes_gcm_key_setup_encrypt(const u8 key[], in ieee80211_aes_gcm_key_setup_encrypt() 72 struct crypto_aead *tfm; in ieee80211_aes_gcm_key_setup_encrypt() 93 void ieee80211_aes_gcm_key_free(struct crypto_aead *tfm) in ieee80211_aes_gcm_key_free()
|
D | aes_ccm.c | 21 void ieee80211_aes_ccm_encrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, in ieee80211_aes_ccm_encrypt() 46 int ieee80211_aes_ccm_decrypt(struct crypto_aead *tfm, u8 *b_0, u8 *aad, in ieee80211_aes_ccm_decrypt() 73 struct crypto_aead *ieee80211_aes_key_setup_encrypt(const u8 key[], in ieee80211_aes_key_setup_encrypt() 77 struct crypto_aead *tfm; in ieee80211_aes_key_setup_encrypt() 98 void ieee80211_aes_key_free(struct crypto_aead *tfm) in ieee80211_aes_key_free()
|
D | aes_gmac.h | 14 struct crypto_aead *ieee80211_aes_gmac_key_setup(const u8 key[], 16 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, 18 void ieee80211_aes_gmac_key_free(struct crypto_aead *tfm);
|
D | aes_gmac.c | 24 int ieee80211_aes_gmac(struct crypto_aead *tfm, const u8 *aad, u8 *nonce, in ieee80211_aes_gmac() 59 struct crypto_aead *ieee80211_aes_gmac_key_setup(const u8 key[], in ieee80211_aes_gmac_key_setup() 62 struct crypto_aead *tfm; in ieee80211_aes_gmac_key_setup() 79 void ieee80211_aes_gmac_key_free(struct crypto_aead *tfm) in ieee80211_aes_gmac_key_free()
|
D | key.h | 87 struct crypto_aead *tfm; 98 struct crypto_aead *tfm; 109 struct crypto_aead *tfm;
|
/linux-4.4.14/crypto/ |
D | aead.c | 31 static int setkey_unaligned(struct crypto_aead *tfm, const u8 *key, in setkey_unaligned() 52 int crypto_aead_setkey(struct crypto_aead *tfm, in crypto_aead_setkey() 64 int crypto_aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in crypto_aead_setauthsize() 84 struct crypto_aead *aead = __crypto_aead_cast(tfm); in crypto_aead_exit_tfm() 92 struct crypto_aead *aead = __crypto_aead_cast(tfm); in crypto_aead_init_tfm() 172 .tfmsize = offsetof(struct crypto_aead, base), 175 static int aead_geniv_setkey(struct crypto_aead *tfm, in aead_geniv_setkey() 183 static int aead_geniv_setauthsize(struct crypto_aead *tfm, in aead_geniv_setauthsize() 278 int aead_init_geniv(struct crypto_aead *aead) in aead_init_geniv() 282 struct crypto_aead *child; in aead_init_geniv() [all …]
|
D | ccm.c | 35 struct crypto_aead *child; 82 static int crypto_ccm_setkey(struct crypto_aead *aead, const u8 *key, in crypto_ccm_setkey() 110 static int crypto_ccm_setauthsize(struct crypto_aead *tfm, in crypto_ccm_setauthsize() 132 struct crypto_aead *aead = crypto_aead_reqtfm(req); in format_input() 254 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_auth() 290 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt_done() 347 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_encrypt() 388 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt_done() 407 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_ccm_decrypt() 451 static int crypto_ccm_init_tfm(struct crypto_aead *tfm) in crypto_ccm_init_tfm() [all …]
|
D | gcm.c | 37 struct crypto_aead *child; 52 struct crypto_aead *child; 112 static int crypto_gcm_setkey(struct crypto_aead *aead, const u8 *key, in crypto_gcm_setkey() 176 static int crypto_gcm_setauthsize(struct crypto_aead *tfm, in crypto_gcm_setauthsize() 223 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_init_crypt() 457 struct crypto_aead *aead = crypto_aead_reqtfm(req); in gcm_enc_copy_hash() 511 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_verify() 546 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto_gcm_decrypt() 564 static int crypto_gcm_init_tfm(struct crypto_aead *tfm) in crypto_gcm_init_tfm() 602 static void crypto_gcm_exit_tfm(struct crypto_aead *tfm) in crypto_gcm_exit_tfm() [all …]
|
D | authencesn.c | 54 static int crypto_authenc_esn_setauthsize(struct crypto_aead *authenc_esn, in crypto_authenc_esn_setauthsize() 63 static int crypto_authenc_esn_setkey(struct crypto_aead *authenc_esn, const u8 *key, in crypto_authenc_esn_setkey() 103 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_genicv_tail() 136 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_genicv() 183 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_copy() 194 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_encrypt() 233 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_decrypt_tail() 278 struct crypto_aead *authenc_esn = crypto_aead_reqtfm(req); in crypto_authenc_esn_decrypt() 328 static int crypto_authenc_esn_init_tfm(struct crypto_aead *tfm) in crypto_authenc_esn_init_tfm() 378 static void crypto_authenc_esn_exit_tfm(struct crypto_aead *tfm) in crypto_authenc_esn_exit_tfm()
|
D | pcrypt.c | 69 struct crypto_aead *child; 102 static int pcrypt_aead_setkey(struct crypto_aead *parent, in pcrypt_aead_setkey() 110 static int pcrypt_aead_setauthsize(struct crypto_aead *parent, in pcrypt_aead_setauthsize() 157 struct crypto_aead *aead = crypto_aead_reqtfm(req); in pcrypt_aead_encrypt() 199 struct crypto_aead *aead = crypto_aead_reqtfm(req); in pcrypt_aead_decrypt() 222 static int pcrypt_aead_init_tfm(struct crypto_aead *tfm) in pcrypt_aead_init_tfm() 228 struct crypto_aead *cipher; in pcrypt_aead_init_tfm() 250 static void pcrypt_aead_exit_tfm(struct crypto_aead *tfm) in pcrypt_aead_exit_tfm()
|
D | authenc.c | 81 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in crypto_authenc_setkey() 121 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_done() 140 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_genicv() 185 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_copy_assoc() 197 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_encrypt() 237 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt_tail() 288 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in crypto_authenc_decrypt() 315 static int crypto_authenc_init_tfm(struct crypto_aead *tfm) in crypto_authenc_init_tfm() 362 static void crypto_authenc_exit_tfm(struct crypto_aead *tfm) in crypto_authenc_exit_tfm()
|
D | cryptd.c | 78 struct crypto_aead *child; 666 static int cryptd_aead_setkey(struct crypto_aead *parent, in cryptd_aead_setkey() 670 struct crypto_aead *child = ctx->child; in cryptd_aead_setkey() 675 static int cryptd_aead_setauthsize(struct crypto_aead *parent, in cryptd_aead_setauthsize() 679 struct crypto_aead *child = ctx->child; in cryptd_aead_setauthsize() 685 struct crypto_aead *child, in cryptd_aead_crypt() 708 struct crypto_aead *child = ctx->child; in cryptd_aead_encrypt() 718 struct crypto_aead *child = ctx->child; in cryptd_aead_decrypt() 729 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cryptd_aead_enqueue() 747 static int cryptd_aead_init_tfm(struct crypto_aead *tfm) in cryptd_aead_init_tfm() [all …]
|
D | echainiv.c | 63 struct crypto_aead *geniv; in echainiv_encrypt_complete2() 96 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in echainiv_encrypt() 153 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in echainiv_decrypt()
|
D | chacha20poly1305.c | 173 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in poly_tail() 372 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in poly_genkey() 483 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey() 505 static int chachapoly_setauthsize(struct crypto_aead *tfm, in chachapoly_setauthsize() 514 static int chachapoly_init(struct crypto_aead *tfm) in chachapoly_init() 552 static void chachapoly_exit(struct crypto_aead *tfm) in chachapoly_exit()
|
D | seqiv.c | 64 struct crypto_aead *geniv; in seqiv_aead_encrypt_complete2() 149 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in seqiv_aead_encrypt() 207 struct crypto_aead *geniv = crypto_aead_reqtfm(req); in seqiv_aead_decrypt()
|
D | blkcipher.c | 363 struct crypto_aead *tfm, in blkcipher_aead_walk_virt_block()
|
D | tcrypt.c | 307 struct crypto_aead *tfm; in test_aead_speed() 359 get_driver_name(crypto_aead, tfm), e); in test_aead_speed()
|
D | testmgr.c | 427 static int __test_aead(struct crypto_aead *tfm, int enc, in __test_aead() 817 static int test_aead(struct crypto_aead *tfm, int enc, in test_aead() 1537 struct crypto_aead *tfm; in alg_test_aead()
|
/linux-4.4.14/include/crypto/internal/ |
D | geniv.h | 22 struct crypto_aead *child; 30 int aead_init_geniv(struct crypto_aead *tfm); 31 void aead_exit_geniv(struct crypto_aead *tfm);
|
D | aead.h | 42 static inline void *crypto_aead_ctx(struct crypto_aead *tfm) in crypto_aead_ctx() 58 static inline struct aead_instance *aead_alg_instance(struct crypto_aead *aead) in aead_alg_instance() 103 static inline struct crypto_aead *crypto_spawn_aead( in crypto_spawn_aead() 109 static inline void crypto_aead_set_reqsize(struct crypto_aead *aead, in crypto_aead_set_reqsize() 120 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize()
|
/linux-4.4.14/net/ipv6/ |
D | esp6.c | 65 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqihlen) in esp_alloc_tmp() 92 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() 99 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() 109 static inline struct scatterlist *esp_req_sg(struct crypto_aead *aead, in esp_req_sg() 153 struct crypto_aead *aead; in esp6_output() 290 struct crypto_aead *aead = x->data; in esp_input_done2() 357 struct crypto_aead *aead = x->data; in esp6_input() 446 struct crypto_aead *aead = x->data; in esp6_get_mtu() 487 struct crypto_aead *aead = x->data; in esp6_destroy() 498 struct crypto_aead *aead; in esp_init_aead() [all …]
|
/linux-4.4.14/drivers/crypto/nx/ |
D | nx.h | 152 struct crypto_aead; 155 int nx_crypto_ctx_aes_ccm_init(struct crypto_aead *tfm); 156 int nx_crypto_ctx_aes_gcm_init(struct crypto_aead *tfm); 163 void nx_crypto_ctx_aead_exit(struct crypto_aead *tfm);
|
D | nx-aes-ccm.c | 35 static int ccm_aes_nx_set_key(struct crypto_aead *tfm, in ccm_aes_nx_set_key() 65 static int ccm4309_aes_nx_set_key(struct crypto_aead *tfm, in ccm4309_aes_nx_set_key() 81 static int ccm_aes_nx_setauthsize(struct crypto_aead *tfm, in ccm_aes_nx_setauthsize() 100 static int ccm4309_aes_nx_setauthsize(struct crypto_aead *tfm, in ccm4309_aes_nx_setauthsize()
|
D | nx-aes-gcm.c | 34 static int gcm_aes_nx_set_key(struct crypto_aead *tfm, in gcm_aes_nx_set_key() 73 static int gcm4106_aes_nx_set_key(struct crypto_aead *tfm, in gcm4106_aes_nx_set_key() 95 static int gcm4106_aes_nx_setauthsize(struct crypto_aead *tfm, in gcm4106_aes_nx_setauthsize()
|
D | nx.c | 708 int nx_crypto_ctx_aes_ccm_init(struct crypto_aead *tfm) in nx_crypto_ctx_aes_ccm_init() 715 int nx_crypto_ctx_aes_gcm_init(struct crypto_aead *tfm) in nx_crypto_ctx_aes_gcm_init() 770 void nx_crypto_ctx_aead_exit(struct crypto_aead *tfm) in nx_crypto_ctx_aead_exit()
|
/linux-4.4.14/arch/arm64/crypto/ |
D | aes-ce-ccm-glue.c | 47 static int ccm_setkey(struct crypto_aead *tfm, const u8 *in_key, in ccm_setkey() 61 static int ccm_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in ccm_setauthsize() 70 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_init_mac() 108 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_calculate_auth_mac() 150 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_encrypt() 214 struct crypto_aead *aead = crypto_aead_reqtfm(req); in ccm_decrypt()
|
/linux-4.4.14/net/ipv4/ |
D | esp4.c | 38 static void *esp_alloc_tmp(struct crypto_aead *aead, int nfrags, int seqhilen) in esp_alloc_tmp() 64 static inline u8 *esp_tmp_iv(struct crypto_aead *aead, void *tmp, int seqhilen) in esp_tmp_iv() 71 static inline struct aead_request *esp_tmp_req(struct crypto_aead *aead, u8 *iv) in esp_tmp_req() 81 static inline struct scatterlist *esp_req_sg(struct crypto_aead *aead, in esp_req_sg() 125 struct crypto_aead *aead; in esp_output() 299 struct crypto_aead *aead = x->data; in esp_input_done2() 408 struct crypto_aead *aead = x->data; in esp_input() 492 struct crypto_aead *aead = x->data; in esp4_get_mtu() 545 struct crypto_aead *aead = x->data; in esp_destroy() 556 struct crypto_aead *aead; in esp_init_aead() [all …]
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 284 aesni_rfc4106_gcm_ctx *aesni_rfc4106_gcm_ctx_get(struct crypto_aead *tfm) in aesni_rfc4106_gcm_ctx_get() 794 static int rfc4106_init(struct crypto_aead *aead) in rfc4106_init() 810 static void rfc4106_exit(struct crypto_aead *aead) in rfc4106_exit() 885 static int common_rfc4106_set_key(struct crypto_aead *aead, const u8 *key, in common_rfc4106_set_key() 904 static int rfc4106_set_key(struct crypto_aead *parent, const u8 *key, in rfc4106_set_key() 913 static int common_rfc4106_set_authsize(struct crypto_aead *aead, in common_rfc4106_set_authsize() 930 static int rfc4106_set_authsize(struct crypto_aead *parent, in rfc4106_set_authsize() 944 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in helper_rfc4106_encrypt() 1023 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in helper_rfc4106_decrypt() 1102 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in rfc4106_encrypt() [all …]
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | qat_algs.c | 272 static int qat_alg_aead_init_enc_session(struct crypto_aead *aead_tfm, in qat_alg_aead_init_enc_session() 353 static int qat_alg_aead_init_dec_session(struct crypto_aead *aead_tfm, in qat_alg_aead_init_dec_session() 530 static int qat_alg_aead_init_sessions(struct crypto_aead *tfm, const u8 *key, in qat_alg_aead_init_sessions() 574 static int qat_alg_aead_setkey(struct crypto_aead *tfm, const uint8_t *key, in qat_alg_aead_setkey() 816 struct crypto_aead *aead_tfm = crypto_aead_reqtfm(areq); in qat_alg_aead_dec() 858 struct crypto_aead *aead_tfm = crypto_aead_reqtfm(areq); in qat_alg_aead_enc() 1057 static int qat_alg_aead_init(struct crypto_aead *tfm, in qat_alg_aead_init() 1072 static int qat_alg_aead_sha1_init(struct crypto_aead *tfm) in qat_alg_aead_sha1_init() 1077 static int qat_alg_aead_sha256_init(struct crypto_aead *tfm) in qat_alg_aead_sha256_init() 1082 static int qat_alg_aead_sha512_init(struct crypto_aead *tfm) in qat_alg_aead_sha512_init() [all …]
|
/linux-4.4.14/drivers/crypto/ |
D | picoxcell_crypto.c | 184 struct crypto_aead *sw_cipher; 326 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in spacc_aead_make_ddts() 420 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in spacc_aead_free_ddts() 449 static int spacc_aead_setkey(struct crypto_aead *tfm, const u8 *key, in spacc_aead_setkey() 488 static int spacc_aead_setauthsize(struct crypto_aead *tfm, in spacc_aead_setauthsize() 503 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in spacc_aead_need_fallback() 549 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in spacc_aead_submit() 622 struct crypto_aead *aead = crypto_aead_reqtfm(req); in spacc_aead_setup() 668 struct crypto_aead *aead = crypto_aead_reqtfm(req); in spacc_aead_encrypt() 676 struct crypto_aead *aead = crypto_aead_reqtfm(req); in spacc_aead_decrypt() [all …]
|
D | ixp4xx_crypto.c | 350 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in finish_scattered_hmac() 587 static int init_tfm_aead(struct crypto_aead *tfm) in init_tfm_aead() 600 static void exit_tfm_aead(struct crypto_aead *tfm) in exit_tfm_aead() 990 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in aead_perform() 1103 static int aead_setup(struct crypto_aead *tfm, unsigned int authsize) in aead_setup() 1147 static int aead_setauthsize(struct crypto_aead *tfm, unsigned int authsize) in aead_setauthsize() 1156 static int aead_setkey(struct crypto_aead *tfm, const u8 *key, in aead_setkey()
|
D | talitos.c | 848 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() 946 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in ipsec_esp_encrypt_done() 975 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in ipsec_esp_decrypt_swauth_done() 1086 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in ipsec_esp() 1309 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_edesc_alloc() 1322 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_encrypt() 1339 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in aead_decrypt() 2637 static int talitos_cra_init_aead(struct crypto_aead *tfm) in talitos_cra_init_aead()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamalg.c | 257 static int aead_null_set_sh_desc(struct crypto_aead *aead) in aead_null_set_sh_desc() 429 static int aead_set_sh_desc(struct crypto_aead *aead) in aead_set_sh_desc() 714 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize() 725 static int gcm_set_sh_desc(struct crypto_aead *aead) in gcm_set_sh_desc() 915 static int gcm_setauthsize(struct crypto_aead *authenc, unsigned int authsize) in gcm_setauthsize() 925 static int rfc4106_set_sh_desc(struct crypto_aead *aead) in rfc4106_set_sh_desc() 1087 static int rfc4106_setauthsize(struct crypto_aead *authenc, in rfc4106_setauthsize() 1098 static int rfc4543_set_sh_desc(struct crypto_aead *aead) in rfc4543_set_sh_desc() 1264 static int rfc4543_setauthsize(struct crypto_aead *authenc, in rfc4543_setauthsize() 1283 static int aead_setkey(struct crypto_aead *aead, in aead_setkey() [all …]
|
/linux-4.4.14/net/mac802154/ |
D | llsec.h | 32 struct crypto_aead *tfm[3];
|
D | llsec.c | 634 static struct crypto_aead*
|