Home
last modified time | relevance | path

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

/crypto/
Dhmac.c40 static int hmac_setkey(struct crypto_shash *parent, in hmac_setkey()
115 struct crypto_shash *parent = pdesc->tfm; in hmac_final() local
130 struct crypto_shash *parent = pdesc->tfm; in hmac_finup() local
143 struct crypto_shash *parent = __crypto_shash_cast(tfm); in hmac_init_tfm() local
Dcmac.c49 static int crypto_cmac_digest_setkey(struct crypto_shash *parent, in crypto_cmac_digest_setkey()
120 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update() local
166 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_final() local
Dxcbc.c50 static int crypto_xcbc_digest_setkey(struct crypto_shash *parent, in crypto_xcbc_digest_setkey()
87 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update() local
133 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_final() local
Dccm.c602 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4309_setkey()
625 static int crypto_rfc4309_setauthsize(struct crypto_aead *parent, in crypto_rfc4309_setauthsize()
832 static int crypto_cbcmac_digest_setkey(struct crypto_shash *parent, in crypto_cbcmac_digest_setkey()
855 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_update() local
881 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_final() local
Dpcrypt.c35 static int pcrypt_aead_setkey(struct crypto_aead *parent, in pcrypt_aead_setkey()
43 static int pcrypt_aead_setauthsize(struct crypto_aead *parent, in pcrypt_aead_setauthsize()
Dcryptd.c250 static int cryptd_skcipher_setkey(struct crypto_skcipher *parent, in cryptd_skcipher_setkey()
489 static int cryptd_hash_setkey(struct crypto_ahash *parent, in cryptd_hash_setkey()
734 static int cryptd_aead_setkey(struct crypto_aead *parent, in cryptd_aead_setkey()
743 static int cryptd_aead_setauthsize(struct crypto_aead *parent, in cryptd_aead_setauthsize()
Dgcm.c725 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4106_setkey()
748 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent, in crypto_rfc4106_setauthsize()
954 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4543_setkey()
977 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent, in crypto_rfc4543_setauthsize()
Dlrw.c68 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey()
Dctr.c169 static int crypto_rfc3686_setkey(struct crypto_skcipher *parent, in crypto_rfc3686_setkey()
Dcts.c76 static int crypto_cts_setkey(struct crypto_skcipher *parent, const u8 *key, in crypto_cts_setkey()
Dxts.c40 static int setkey(struct crypto_skcipher *parent, const u8 *key, in setkey()