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

/linux-4.1.27/net/ipv4/
H A Desp4.c44 len += crypto_aead_ivsize(aead); esp_alloc_tmp()
66 return crypto_aead_ivsize(aead) ? esp_tmp_iv()
76 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), esp_tmp_givreq()
86 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), esp_tmp_req()
243 esph->enc_data + crypto_aead_ivsize(aead) - skb->data, esp_output()
282 int hlen = sizeof(struct ip_esp_hdr) + crypto_aead_ivsize(aead); esp_input_done2()
378 int elen = skb->len - sizeof(*esph) - crypto_aead_ivsize(aead); esp_input()
390 if (!pskb_may_pull(skb, sizeof(*esph) + crypto_aead_ivsize(aead))) esp_input()
432 skb_to_sgvec(skb, sg, sizeof(*esph) + crypto_aead_ivsize(aead), elen); esp_input()
653 crypto_aead_ivsize(aead); esp_init_state()
/linux-4.1.27/net/ipv6/
H A Desp6.c71 len += crypto_aead_ivsize(aead); esp_alloc_tmp()
94 return crypto_aead_ivsize(aead) ? esp_tmp_iv()
104 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), esp_tmp_givreq()
114 req = (void *)PTR_ALIGN(iv + crypto_aead_ivsize(aead), esp_tmp_req()
235 esph->enc_data + crypto_aead_ivsize(aead) - skb->data, esp6_output()
273 int hlen = sizeof(struct ip_esp_hdr) + crypto_aead_ivsize(aead); esp_input_done2()
327 int elen = skb->len - sizeof(*esph) - crypto_aead_ivsize(aead); esp6_input()
339 if (!pskb_may_pull(skb, sizeof(*esph) + crypto_aead_ivsize(aead))) { esp6_input()
386 skb_to_sgvec(skb, sg, sizeof(*esph) + crypto_aead_ivsize(aead), elen); esp6_input()
598 crypto_aead_ivsize(aead); esp6_init_state()
/linux-4.1.27/crypto/
H A Dseqiv.c70 memcpy(req->areq.iv, subreq->iv, crypto_aead_ivsize(geniv)); seqiv_aead_complete2()
161 ivsize = crypto_aead_ivsize(geniv); seqiv_aead_givencrypt()
224 crypto_aead_ivsize(geniv)); seqiv_aead_givencrypt_first()
H A Dalgif_aead.c172 crypto_aead_ivsize(crypto_aead_reqtfm(&ctx->aead_req)); aead_sendmsg()
588 unsigned int ivlen = crypto_aead_ivsize( aead_sock_destruct()
602 unsigned int ivlen = crypto_aead_ivsize(private); aead_accept_parent()
H A Dauthenc.c333 unsigned int ivsize = crypto_aead_ivsize(authenc); crypto_authenc_genicv()
412 memcpy(iv, req->iv, crypto_aead_ivsize(authenc)); crypto_authenc_encrypt()
490 unsigned int ivsize = crypto_aead_ivsize(authenc); crypto_authenc_iverify()
H A Dauthencesn.c398 unsigned int ivsize = crypto_aead_ivsize(authenc_esn); crypto_authenc_esn_genicv()
488 memcpy(iv, req->iv, crypto_aead_ivsize(authenc_esn)); crypto_authenc_esn_encrypt()
568 unsigned int ivsize = crypto_aead_ivsize(authenc_esn); crypto_authenc_esn_iverify()
H A Dblkcipher.c368 walk->ivsize = crypto_aead_ivsize(tfm); blkcipher_aead_walk_virt_block()
H A Dtcrypt.c360 iv_len = crypto_aead_ivsize(tfm); test_aead_speed()
H A Dtestmgr.c503 iv_len = crypto_aead_ivsize(tfm); __test_aead()
/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c994 unsigned ivsize = crypto_aead_ivsize(tfm); aead_perform()
1175 unsigned ivsize = crypto_aead_ivsize(crypto_aead_reqtfm(req)); aead_encrypt()
1182 unsigned ivsize = crypto_aead_ivsize(crypto_aead_reqtfm(req)); aead_decrypt()
1191 unsigned len, ivsize = crypto_aead_ivsize(tfm); aead_givencrypt()
H A Dpicoxcell_crypto.c327 unsigned ivsize = crypto_aead_ivsize(crypto_aead_reqtfm(areq)); spacc_aead_make_ddts()
624 assoc_len += crypto_aead_ivsize(crypto_aead_reqtfm(aead_req)); spacc_aead_submit()
625 proc_len += crypto_aead_ivsize(crypto_aead_reqtfm(aead_req)); spacc_aead_submit()
689 unsigned ivsize = crypto_aead_ivsize(crypto_aead_reqtfm(req)); spacc_aead_setup()
741 size_t ivsize = crypto_aead_ivsize(tfm); spacc_aead_givencrypt()
H A Dtalitos.c951 unsigned int ivsize = crypto_aead_ivsize(aead); ipsec_esp()
1222 unsigned int ivsize = crypto_aead_ivsize(authenc); aead_edesc_alloc()
1313 memcpy(req->giv, ctx->iv, crypto_aead_ivsize(authenc)); aead_givencrypt()
/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c2158 int ivsize = crypto_aead_ivsize(aead); aead_unmap()
2190 int ivsize = crypto_aead_ivsize(aead); aead_encrypt_done()
2229 int ivsize = crypto_aead_ivsize(aead); aead_decrypt_done()
2352 int ivsize = crypto_aead_ivsize(aead); init_aead_job()
2437 int ivsize = crypto_aead_ivsize(aead); init_aead_giv_job()
2626 int ivsize = crypto_aead_ivsize(aead); aead_edesc_alloc()
2853 int ivsize = crypto_aead_ivsize(aead); aead_giv_edesc_alloc()
/linux-4.1.27/include/linux/
H A Dcrypto.h1267 * crypto_aead_ivsize() - obtain IV size
1275 static inline unsigned int crypto_aead_ivsize(struct crypto_aead *tfm) crypto_aead_ivsize() function
1539 * by crypto_aead_ivsize()

Completed in 659 milliseconds