Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 16 of 16) sorted by relevance

/crypto/
Dhmac.c45 static int hmac_setkey(struct crypto_shash *parent, in hmac_setkey()
127 struct crypto_shash *parent = pdesc->tfm; in hmac_final() local
144 struct crypto_shash *parent = pdesc->tfm; in hmac_finup() local
159 struct crypto_shash *parent = __crypto_shash_cast(tfm); in hmac_init_tfm() local
Dxcbc.c61 static int crypto_xcbc_digest_setkey(struct crypto_shash *parent, in crypto_xcbc_digest_setkey()
98 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update() local
144 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_final() local
Dcmac.c54 static int crypto_cmac_digest_setkey(struct crypto_shash *parent, in crypto_cmac_digest_setkey()
125 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update() local
171 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_final() local
Dccm.c616 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4309_setkey()
639 static int crypto_rfc4309_setauthsize(struct crypto_aead *parent, in crypto_rfc4309_setauthsize()
852 static int crypto_cbcmac_digest_setkey(struct crypto_shash *parent, in crypto_cbcmac_digest_setkey()
875 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_update() local
901 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_final() local
Dctr.c38 static int crypto_ctr_setkey(struct crypto_tfm *parent, const u8 *key, in crypto_ctr_setkey()
260 static int crypto_rfc3686_setkey(struct crypto_skcipher *parent, in crypto_rfc3686_setkey()
Dcbc.c27 static int crypto_cbc_setkey(struct crypto_skcipher *parent, const u8 *key, in crypto_cbc_setkey()
Dpcrypt.c102 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()
Decb.c25 static int crypto_ecb_setkey(struct crypto_tfm *parent, const u8 *key, in crypto_ecb_setkey()
Dcryptd.c218 static int cryptd_blkcipher_setkey(struct crypto_ablkcipher *parent, in cryptd_blkcipher_setkey()
447 static int cryptd_skcipher_setkey(struct crypto_skcipher *parent, in cryptd_skcipher_setkey()
684 static int cryptd_hash_setkey(struct crypto_ahash *parent, in cryptd_hash_setkey()
932 static int cryptd_aead_setkey(struct crypto_aead *parent, in cryptd_aead_setkey()
941 static int cryptd_aead_setauthsize(struct crypto_aead *parent, in cryptd_aead_setauthsize()
Dgcm.c772 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4106_setkey()
795 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent, in crypto_rfc4106_setauthsize()
1005 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4543_setkey()
1028 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent, in crypto_rfc4543_setauthsize()
Dkeywrap.c305 static int crypto_kw_setkey(struct crypto_tfm *parent, const u8 *key, in crypto_kw_setkey()
Dpcbc.c29 static int crypto_pcbc_setkey(struct crypto_skcipher *parent, const u8 *key, in crypto_pcbc_setkey()
Dcts.c75 static int crypto_cts_setkey(struct crypto_skcipher *parent, const u8 *key, in crypto_cts_setkey()
Dxts.c58 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey()
Dlrw.c99 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey()
Dmcryptd.c299 static int mcryptd_hash_setkey(struct crypto_ahash *parent, in mcryptd_hash_setkey()