Searched refs:algmode (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/crypto/dpaa_sec/ |
| H A D | dpaa_sec.c | 252 cipherdata.algmode = ses->cipher_key.algmode; in dpaa_sec_prep_pdcp_cdb() 260 authdata.algmode = ses->auth_key.algmode; in dpaa_sec_prep_pdcp_cdb() 363 cipherdata.algmode = ses->cipher_key.algmode; in dpaa_sec_prep_ipsec_cdb() 371 authdata.algmode = ses->auth_key.algmode; in dpaa_sec_prep_ipsec_cdb() 451 alginfo_c.algmode = ses->cipher_key.algmode; in dpaa_sec_prep_cdb() 488 alginfo_a.algmode = ses->auth_key.algmode; in dpaa_sec_prep_cdb() 530 alginfo.algmode = ses->aead_key.algmode; in dpaa_sec_prep_cdb() 551 alginfo_c.algmode = ses->cipher_key.algmode; in dpaa_sec_prep_cdb() 558 alginfo_a.algmode = ses->auth_key.algmode; in dpaa_sec_prep_cdb() 2106 session->auth_key.algmode = OP_ALG_AAI_F9; in dpaa_sec_auth_init() [all …]
|
| H A D | dpaa_sec.h | 137 uint32_t algmode; member 144 uint32_t algmode; member 150 uint32_t algmode; member
|
| /f-stack/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()
|
| H A D | common.h | 39 uint16_t algmode; member
|
| H A D | ipsec.h | 1512 (cipherdata->algmode == OP_ALG_AAI_CBC); in cnstr_shdsc_authenc() 1566 ALG_OPERATION(p, OP_ALG_ALGSEL_AES, cipherdata->algmode, in cnstr_shdsc_authenc() 1578 ALG_OPERATION(p, OP_ALG_ALGSEL_AES, cipherdata->algmode | in cnstr_shdsc_authenc() 1584 ALG_OPERATION(p, cipherdata->algtype, cipherdata->algmode, in cnstr_shdsc_authenc() 1589 if (cipherdata->algmode == OP_ALG_AAI_CTR) in cnstr_shdsc_authenc()
|
| /f-stack/dpdk/drivers/crypto/dpaa2_sec/ |
| H A D | dpaa2_sec_dpseci.c | 2009 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2018 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2027 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2036 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2045 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2054 authdata.algmode = OP_ALG_AAI_HMAC; in dpaa2_sec_auth_init() 2063 authdata.algmode = OP_ALG_AAI_F9; in dpaa2_sec_auth_init() 2074 authdata.algmode = OP_ALG_AAI_F9; in dpaa2_sec_auth_init() 2085 authdata.algmode = OP_ALG_AAI_HASH; in dpaa2_sec_auth_init() 2094 authdata.algmode = OP_ALG_AAI_HASH; in dpaa2_sec_auth_init() [all …]
|
| /f-stack/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()
|