Searched refs:authenc (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/crypto/ |
D | authenc.c | 55 static int crypto_authenc_setkey(struct crypto_aead *authenc, const u8 *key, in crypto_authenc_setkey() argument 60 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); in crypto_authenc_setkey() 86 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey() 89 crypto_aead_set_flags(authenc, crypto_ahash_get_flags(auth) & in crypto_authenc_setkey() 96 crypto_ablkcipher_set_flags(enc, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey() 99 crypto_aead_set_flags(authenc, crypto_ablkcipher_get_flags(enc) & in crypto_authenc_setkey() 106 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN); in crypto_authenc_setkey() 114 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in authenc_geniv_ahash_update_done() local 115 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); in authenc_geniv_ahash_update_done() 134 crypto_aead_authsize(authenc), 1); in authenc_geniv_ahash_update_done() [all …]
|
D | Makefile | 81 obj-$(CONFIG_CRYPTO_AUTHENC) += authenc.o authencesn.o
|
/linux-2.6.39/drivers/crypto/ |
D | talitos.c | 735 static int aead_setauthsize(struct crypto_aead *authenc, in aead_setauthsize() argument 738 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setauthsize() 745 static int aead_setkey(struct crypto_aead *authenc, in aead_setkey() argument 748 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setkey() 786 crypto_aead_set_flags(authenc, CRYPTO_TFM_RES_BAD_KEY_LEN); in aead_setkey() 892 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in ipsec_esp_encrypt_done() local 893 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in ipsec_esp_encrypt_done() 921 struct crypto_aead *authenc = crypto_aead_reqtfm(req); in ipsec_esp_decrypt_swauth_done() local 922 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in ipsec_esp_decrypt_swauth_done() 1281 struct crypto_aead *authenc = crypto_aead_reqtfm(areq); in aead_edesc_alloc() local [all …]
|
/linux-2.6.39/Documentation/ |
D | coccinelle.txt | 171 /home/user/linux/crypto/authenc.c:619:9-16: ERR_CAST can be used with auth 289 * TODO [[view:/home/user/linux/crypto/authenc.c::face=ovl-face1::linb=619::colb=9::cole=16][ERR_CAS…
|