Searched defs:c_alg (Results 1 - 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 23 unsigned c_alg : 3; member [all...] |
| /kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/ |
| H A D | sec.h | 95 u8 c_alg; member
|
| H A D | sec_crypto.h | 84 __u8 c_alg; member
|
| H A D | sec_crypto.c | 626 sec_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, const u32 keylen, const enum sec_calg c_alg, const enum sec_cmode c_mode) sec_skcipher_setkey() argument 881 sec_aead_setkey(struct crypto_aead *tfm, const u8 *key, const u32 keylen, const enum sec_hash_alg a_alg, const enum sec_calg c_alg, const enum sec_mac_len mac_len, const enum sec_cmode c_mode) sec_aead_setkey() argument 1412 u8 c_alg = ctx->c_ctx.c_alg; sec_skcipher_param_check() local 1538 u8 c_alg = ctx->c_ctx.c_alg; sec_aead_param_check() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 23 unsigned c_alg : 3; member [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.h | 114 __u8 c_alg; member
|
| H A D | sec.h | 108 u8 c_alg; member
|
| H A D | sec_crypto.c | 821 sec_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, const u32 keylen, const enum sec_calg c_alg, const enum sec_cmode c_mode) sec_skcipher_setkey() argument 1140 sec_aead_setkey(struct crypto_aead *tfm, const u8 *key, const u32 keylen, const enum sec_hash_alg a_alg, const enum sec_calg c_alg, const enum sec_mac_len mac_len, const enum sec_cmode c_mode) sec_aead_setkey() argument 2050 u8 c_alg = ctx->c_ctx.c_alg; sec_skcipher_param_check() local 2312 u8 c_alg = ctx->c_ctx.c_alg; sec_aead_param_check() local [all...] |
Completed in 10 milliseconds