Searched defs:parent (Results 1 – 11 of 11) sorted by relevance
/crypto/ |
D | hmac.c | 40 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 141 static int hmac_init_tfm(struct crypto_shash *parent) in hmac_init_tfm() 159 static void hmac_exit_tfm(struct crypto_shash *parent) in hmac_exit_tfm()
|
D | xcbc.c | 51 static int crypto_xcbc_digest_setkey(struct crypto_shash *parent, in crypto_xcbc_digest_setkey() 88 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update() local 134 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_final() local
|
D | cmac.c | 50 static int crypto_cmac_digest_setkey(struct crypto_shash *parent, in crypto_cmac_digest_setkey() 121 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update() local 167 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_final() local
|
D | ccm.c | 569 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4309_setkey() 587 static int crypto_rfc4309_setauthsize(struct crypto_aead *parent, in crypto_rfc4309_setauthsize() 778 static int crypto_cbcmac_digest_setkey(struct crypto_shash *parent, in crypto_cbcmac_digest_setkey() 801 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_update() local 827 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_final() local
|
D | pcrypt.c | 42 static int pcrypt_aead_setkey(struct crypto_aead *parent, in pcrypt_aead_setkey() 50 static int pcrypt_aead_setauthsize(struct crypto_aead *parent, in pcrypt_aead_setauthsize()
|
D | gcm.c | 691 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4106_setkey() 709 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent, in crypto_rfc4106_setauthsize() 899 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4543_setkey() 917 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent, in crypto_rfc4543_setauthsize()
|
D | cryptd.c | 227 static int cryptd_skcipher_setkey(struct crypto_skcipher *parent, in cryptd_skcipher_setkey() 452 static int cryptd_hash_setkey(struct crypto_ahash *parent, in cryptd_hash_setkey() 696 static int cryptd_aead_setkey(struct crypto_aead *parent, in cryptd_aead_setkey() 705 static int cryptd_aead_setauthsize(struct crypto_aead *parent, in cryptd_aead_setauthsize()
|
D | lrw.c | 68 static int lrw_setkey(struct crypto_skcipher *parent, const u8 *key, in lrw_setkey()
|
D | ctr.c | 169 static int crypto_rfc3686_setkey(struct crypto_skcipher *parent, in crypto_rfc3686_setkey()
|
D | cts.c | 76 static int crypto_cts_setkey(struct crypto_skcipher *parent, const u8 *key, in crypto_cts_setkey()
|
D | xts.c | 41 static int xts_setkey(struct crypto_skcipher *parent, const u8 *key, in xts_setkey()
|