Searched defs:pdesc (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | hmac.c | 83 static int hmac_export(struct shash_desc *pdesc, void *out) in hmac_export() 90 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import() 100 static int hmac_init(struct shash_desc *pdesc) in hmac_init() 105 static int hmac_update(struct shash_desc *pdesc, in hmac_update() 113 static int hmac_final(struct shash_desc *pdesc, u8 *out) in hmac_final() 126 static int hmac_finup(struct shash_desc *pdesc, const u8 *data, in hmac_finup()
|
D | cmac.c | 105 static int crypto_cmac_digest_init(struct shash_desc *pdesc) in crypto_cmac_digest_init() 118 static int crypto_cmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cmac_digest_update() 165 static int crypto_cmac_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_cmac_digest_final()
|
D | xcbc.c | 72 static int crypto_xcbc_digest_init(struct shash_desc *pdesc) in crypto_xcbc_digest_init() 85 static int crypto_xcbc_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_xcbc_digest_update() 132 static int crypto_xcbc_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_xcbc_digest_final()
|
D | ccm.c | 786 static int crypto_cbcmac_digest_init(struct shash_desc *pdesc) in crypto_cbcmac_digest_init() 798 static int crypto_cbcmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cbcmac_digest_update() 825 static int crypto_cbcmac_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_cbcmac_digest_final()
|