Searched refs:rblkcipher (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | skcipher.c | 711 struct crypto_report_blkcipher rblkcipher; in crypto_skcipher_report() local 715 memset(&rblkcipher, 0, sizeof(rblkcipher)); in crypto_skcipher_report() 717 strscpy(rblkcipher.type, "skcipher", sizeof(rblkcipher.type)); in crypto_skcipher_report() 718 strscpy(rblkcipher.geniv, "<none>", sizeof(rblkcipher.geniv)); in crypto_skcipher_report() 720 rblkcipher.blocksize = alg->cra_blocksize; in crypto_skcipher_report() 721 rblkcipher.min_keysize = skcipher->min_keysize; in crypto_skcipher_report() 722 rblkcipher in crypto_skcipher_report() [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | skcipher.c | 734 struct crypto_report_blkcipher rblkcipher; in crypto_skcipher_report() local 736 memset(&rblkcipher, 0, sizeof(rblkcipher)); in crypto_skcipher_report() 738 strscpy(rblkcipher.type, "skcipher", sizeof(rblkcipher.type)); in crypto_skcipher_report() 739 strscpy(rblkcipher.geniv, "<none>", sizeof(rblkcipher.geniv)); in crypto_skcipher_report() 741 rblkcipher.blocksize = alg->cra_blocksize; in crypto_skcipher_report() 742 rblkcipher.min_keysize = skcipher->min_keysize; in crypto_skcipher_report() 743 rblkcipher in crypto_skcipher_report() [all...] |
Completed in 3 milliseconds