Searched refs:algmode (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 259 cipherdata.algmode = ses->cipher_key.algmode; in dpaa_sec_prep_pdcp_cdb() 267 authdata.algmode = ses->auth_key.algmode; in dpaa_sec_prep_pdcp_cdb() 388 cipherdata.algmode = ses->cipher_key.algmode; in dpaa_sec_prep_ipsec_cdb() 396 authdata.algmode = ses->auth_key.algmode; in dpaa_sec_prep_ipsec_cdb() 476 alginfo_c.algmode = ses->cipher_key.algmode; in dpaa_sec_prep_cdb() 514 alginfo_a.algmode = ses->auth_key.algmode; in dpaa_sec_prep_cdb() 577 alginfo.algmode = ses->aead_key.algmode; in dpaa_sec_prep_cdb() 598 alginfo_c.algmode = ses->cipher_key.algmode; in dpaa_sec_prep_cdb() 605 alginfo_a.algmode = ses->auth_key.algmode; in dpaa_sec_prep_cdb() 701 sess->cipher_key.algmode); in dpaa_sec_dump() [all …]
|
| H A D | dpaa_sec.h | 166 uint32_t algmode; member 173 uint32_t algmode; member 179 uint32_t algmode; member
|
| /dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 2312 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2321 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2330 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2339 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2348 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2357 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2366 authdata.algmode = OP_ALG_AAI_F9; in dpaa2_sec_auth_init() 2377 authdata.algmode = OP_ALG_AAI_F9; in dpaa2_sec_auth_init() 2388 authdata.algmode = OP_ALG_AAI_HASH; in dpaa2_sec_auth_init() 2397 authdata.algmode = OP_ALG_AAI_HASH; in dpaa2_sec_auth_init() [all …]
|
| /dpdk/drivers/common/dpaax/caamflib/desc/ |
| H A D | algo.h | 300 (cipherdata->algmode == OP_ALG_AAI_CBC); in cnstr_shdsc_blkcipher() 319 ALG_OPERATION(p, cipherdata->algtype, cipherdata->algmode, in cnstr_shdsc_blkcipher() 327 ALG_OPERATION(p, OP_ALG_ALGSEL_AES, cipherdata->algmode | in cnstr_shdsc_blkcipher() 332 ALG_OPERATION(p, cipherdata->algtype, cipherdata->algmode, in cnstr_shdsc_blkcipher() 336 if (cipherdata->algmode == OP_ALG_AAI_CTR) in cnstr_shdsc_blkcipher() 343 if (cipherdata->algmode == OP_ALG_AAI_CTR && ivlen < 16) { in cnstr_shdsc_blkcipher() 726 ALG_OPERATION(p, cipherdata->algtype, cipherdata->algmode, in cnstr_shdsc_gcm_encap() 833 ALG_OPERATION(p, cipherdata->algtype, cipherdata->algmode, in cnstr_shdsc_gcm_decap() 924 ALG_OPERATION_NP(p, authdata->algtype, authdata->algmode, in cnstr_shdsc_aes_mac()
|
| H A D | ipsec.h | 1494 (cipherdata->algmode == OP_ALG_AAI_CBC); in cnstr_shdsc_authenc() 1542 ALG_OPERATION(p, authdata->algtype, authdata->algmode, in cnstr_shdsc_authenc() 1548 ALG_OPERATION(p, OP_ALG_ALGSEL_AES, cipherdata->algmode, in cnstr_shdsc_authenc() 1554 if (authdata->algmode == OP_ALG_AAI_HMAC) in cnstr_shdsc_authenc() 1560 ALG_OPERATION(p, authdata->algtype, authdata->algmode, in cnstr_shdsc_authenc() 1566 ALG_OPERATION(p, OP_ALG_ALGSEL_AES, cipherdata->algmode | in cnstr_shdsc_authenc() 1572 ALG_OPERATION(p, cipherdata->algtype, cipherdata->algmode, in cnstr_shdsc_authenc() 1577 if (cipherdata->algmode == OP_ALG_AAI_CTR) in cnstr_shdsc_authenc()
|
| H A D | common.h | 39 uint16_t algmode; member
|
| /dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr.c | 214 alginfo_a->algmode = OP_ALG_AAI_HMAC; in caam_auth_alg() 220 alginfo_a->algmode = OP_ALG_AAI_HMAC; in caam_auth_alg() 226 alginfo_a->algmode = OP_ALG_AAI_HMAC; in caam_auth_alg() 232 alginfo_a->algmode = OP_ALG_AAI_HMAC; in caam_auth_alg() 238 alginfo_a->algmode = OP_ALG_AAI_HMAC; in caam_auth_alg() 244 alginfo_a->algmode = OP_ALG_AAI_HMAC; in caam_auth_alg() 261 alginfo_c->algmode = OP_ALG_AAI_CBC; in caam_cipher_alg() 267 alginfo_c->algmode = OP_ALG_AAI_CBC; in caam_cipher_alg() 273 alginfo_c->algmode = OP_ALG_AAI_CTR; in caam_cipher_alg() 286 alginfo->algmode = OP_ALG_AAI_GCM; in caam_aead_alg()
|