Searched refs:algtype (Results 26 - 33 of 33) sorted by relevance
12
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caamalg_qi2.c | 186 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in aead_set_sh_desc() 306 ctx->adata.keylen_pad = split_key_len(ctx->adata.algtype & in aead_setkey() 1583 ctx->cdata.algtype = OP_TYPE_CLASS1_ALG | caam->class1_alg_type; in caam_cra_init() 1584 ctx->adata.algtype = OP_TYPE_CLASS2_ALG | caam->class2_alg_type; in caam_cra_init() 3248 append_operation(desc, ctx->adata.algtype | OP_ALG_ENCRYPT | in hash_digest_key() 3338 ctx->adata.keylen_pad = split_key_len(ctx->adata.algtype & in ahash_setkey() 4602 ctx->adata.algtype = OP_TYPE_CLASS2_ALG | caam_hash->alg_type; in caam_hash_cra_init() 4604 ctx->ctx_len = runninglen[(ctx->adata.algtype & in caam_hash_cra_init()
|
H A D | caamalg_qi.c | 95 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in aead_set_sh_desc() 224 ctx->adata.keylen_pad = split_key_len(ctx->adata.algtype & in aead_setkey() 2493 ctx->cdata.algtype = OP_TYPE_CLASS1_ALG | caam->class1_alg_type; in caam_init_common() 2494 ctx->adata.algtype = OP_TYPE_CLASS2_ALG | caam->class2_alg_type; in caam_init_common()
|
H A D | caamalg.c | 203 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in aead_set_sh_desc() 609 ctx->adata.keylen_pad = split_key_len(ctx->adata.algtype & in aead_setkey() 1207 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in init_authenc_job() 3614 ctx->cdata.algtype = OP_TYPE_CLASS1_ALG | caam->class1_alg_type; in caam_init_common() 3615 ctx->adata.algtype = OP_TYPE_CLASS2_ALG | caam->class2_alg_type; in caam_init_common()
|
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caamalg_qi.c | 90 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in aead_set_sh_desc() 219 ctx->adata.keylen_pad = split_key_len(ctx->adata.algtype & in aead_setkey() 2477 ctx->cdata.algtype = OP_TYPE_CLASS1_ALG | caam->class1_alg_type; in caam_init_common() 2478 ctx->adata.algtype = OP_TYPE_CLASS2_ALG | caam->class2_alg_type; in caam_init_common()
|
H A D | caamalg.c | 194 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in aead_set_sh_desc() 600 ctx->adata.keylen_pad = split_key_len(ctx->adata.algtype & in aead_setkey() 1191 const bool ctr_mode = ((ctx->cdata.algtype & OP_ALG_AAI_MASK) == in init_authenc_job() 3384 ctx->cdata.algtype = OP_TYPE_CLASS1_ALG | caam->class1_alg_type; in caam_init_common() 3385 ctx->adata.algtype = OP_TYPE_CLASS2_ALG | caam->class2_alg_type; in caam_init_common()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | super.c | 1929 char *algtype = ""; in f2fs_show_compress_options() local 1937 algtype = "lzo"; in f2fs_show_compress_options() 1940 algtype = "lz4"; in f2fs_show_compress_options() 1943 algtype = "zstd"; in f2fs_show_compress_options() 1946 algtype = "lzo-rle"; in f2fs_show_compress_options() 1949 seq_printf(seq, ",compress_algorithm=%s", algtype); in f2fs_show_compress_options()
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 113 if (t->algtype != 0x02) { in cca_check_secaescipherkey() 115 DBF("%s token check failed, algtype 0x%02x != 0x02\n", in cca_check_secaescipherkey() 116 __func__, (int) t->algtype); in cca_check_secaescipherkey()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.c | 113 if (t->algtype != 0x02) { in cca_check_secaescipherkey() 115 DBF("%s token check failed, algtype 0x%02x != 0x02\n", in cca_check_secaescipherkey() 116 __func__, (int)t->algtype); in cca_check_secaescipherkey()
|
Completed in 32 milliseconds
12