Searched defs:parent (Results 1 – 11 of 11) sorted by relevance
| /crypto/ |
| A D | hmac.c | 35 static int hmac_setkey(struct crypto_shash *parent, in hmac_setkey() 134 struct crypto_shash *parent = pdesc->tfm; in hmac_finup() local 146 static int hmac_init_tfm(struct crypto_shash *parent) in hmac_init_tfm() 175 static void hmac_exit_tfm(struct crypto_shash *parent) in hmac_exit_tfm() 251 static int hmac_setkey_ahash(struct crypto_ahash *parent, in hmac_setkey_ahash() 408 static int hmac_init_ahash_tfm(struct crypto_ahash *parent) in hmac_init_ahash_tfm() 441 static void hmac_exit_ahash_tfm(struct crypto_ahash *parent) in hmac_exit_ahash_tfm()
|
| A D | xcbc.c | 38 static int crypto_xcbc_digest_setkey(struct crypto_shash *parent, in crypto_xcbc_digest_setkey() 70 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_update() local 88 struct crypto_shash *parent = pdesc->tfm; in crypto_xcbc_digest_finup() local
|
| A D | cmac.c | 37 static int crypto_cmac_digest_setkey(struct crypto_shash *parent, in crypto_cmac_digest_setkey() 102 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_update() local 120 struct crypto_shash *parent = pdesc->tfm; in crypto_cmac_digest_finup() local
|
| A D | ccm.c | 563 static int crypto_rfc4309_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4309_setkey() 581 static int crypto_rfc4309_setauthsize(struct crypto_aead *parent, in crypto_rfc4309_setauthsize() 772 static int crypto_cbcmac_digest_setkey(struct crypto_shash *parent, in crypto_cbcmac_digest_setkey() 792 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_update() local 810 struct crypto_shash *parent = pdesc->tfm; in crypto_cbcmac_digest_finup() local
|
| A 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()
|
| A D | gcm.c | 683 static int crypto_rfc4106_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4106_setkey() 701 static int crypto_rfc4106_setauthsize(struct crypto_aead *parent, in crypto_rfc4106_setauthsize() 891 static int crypto_rfc4543_setkey(struct crypto_aead *parent, const u8 *key, in crypto_rfc4543_setkey() 909 static int crypto_rfc4543_setauthsize(struct crypto_aead *parent, in crypto_rfc4543_setauthsize()
|
| A D | cryptd.c | 233 static int cryptd_skcipher_setkey(struct crypto_skcipher *parent, in cryptd_skcipher_setkey() 477 static int cryptd_hash_setkey(struct crypto_ahash *parent, in cryptd_hash_setkey() 725 static int cryptd_aead_setkey(struct crypto_aead *parent, in cryptd_aead_setkey() 734 static int cryptd_aead_setauthsize(struct crypto_aead *parent, in cryptd_aead_setauthsize()
|
| A D | lrw.c | 68 static int lrw_setkey(struct crypto_skcipher *parent, const u8 *key, in lrw_setkey()
|
| A D | ctr.c | 169 static int crypto_rfc3686_setkey(struct crypto_skcipher *parent, in crypto_rfc3686_setkey()
|
| A D | cts.c | 76 static int crypto_cts_setkey(struct crypto_skcipher *parent, const u8 *key, in crypto_cts_setkey()
|
| A D | xts.c | 41 static int xts_setkey(struct crypto_skcipher *parent, const u8 *key, in xts_setkey()
|
Completed in 23 milliseconds