Searched refs:givencrypt (Results 1 – 8 of 8) sorted by relevance
109 crypto_ablkcipher_crt(geniv)->givencrypt = chainiv_givencrypt; in chainiv_init()243 crypto_ablkcipher_crt(geniv)->givencrypt = in async_chainiv_init()
375 crt->givencrypt = skcipher_null_givencrypt; in crypto_init_ablkcipher_ops()457 crt->givencrypt = alg->givencrypt ?: no_givdecrypt; in crypto_init_givcipher_ops()
181 crypto_ablkcipher_crt(geniv)->givencrypt = eseqiv_givencrypt; in eseqiv_init()
244 crypto_ablkcipher_crt(geniv)->givencrypt = seqiv_givencrypt; in seqiv_init()
470 crt->givencrypt = skcipher_null_givencrypt; in crypto_init_blkcipher_ops_async()
85 return crt->givencrypt(req); in crypto_skcipher_givencrypt()
258 int (*givencrypt)(struct skcipher_givcrypt_request *req); member496 int (*givencrypt)(struct skcipher_givcrypt_request *req); member
2892 .givencrypt = ablkcipher_givencrypt,2909 .givencrypt = ablkcipher_givencrypt,2926 .givencrypt = ablkcipher_givencrypt,2959 .givencrypt = ablkcipher_givencrypt,