Searched defs:pdesc (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/crypto/ |
D | hmac.c | 90 static int hmac_export(struct shash_desc *pdesc, void *out) in hmac_export() 99 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import() 110 static int hmac_init(struct shash_desc *pdesc) in hmac_init() 115 static int hmac_update(struct shash_desc *pdesc, in hmac_update() 125 static int hmac_final(struct shash_desc *pdesc, u8 *out) in hmac_final() 140 static int hmac_finup(struct shash_desc *pdesc, const u8 *data, in hmac_finup()
|
D | xcbc.c | 81 static int crypto_xcbc_digest_init(struct shash_desc *pdesc) in crypto_xcbc_digest_init() 94 static int crypto_xcbc_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_xcbc_digest_update() 141 static int crypto_xcbc_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_xcbc_digest_final()
|
D | cmac.c | 109 static int crypto_cmac_digest_init(struct shash_desc *pdesc) in crypto_cmac_digest_init() 122 static int crypto_cmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cmac_digest_update() 169 static int crypto_cmac_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_cmac_digest_final()
|
D | ccm.c | 860 static int crypto_cbcmac_digest_init(struct shash_desc *pdesc) in crypto_cbcmac_digest_init() 872 static int crypto_cbcmac_digest_update(struct shash_desc *pdesc, const u8 *p, in crypto_cbcmac_digest_update() 899 static int crypto_cbcmac_digest_final(struct shash_desc *pdesc, u8 *out) in crypto_cbcmac_digest_final()
|
/linux-4.19.296/drivers/s390/char/ |
D | hmcdrv_ftp.c | 84 const struct hmcdrv_ftp_cmd_desc *pdesc; in hmcdrv_ftp_cmd_getid() local
|