Home
last modified time | relevance | path

Searched refs:a_form (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/crypto/cnxk/
H A Dcnxk_se.h1836 a_form = &xform->auth; in fill_sess_auth()
1847 switch (a_form->algo) { in fill_sess_auth()
1907 a_form->algo); in fill_sess_auth()
1920 a_form->key.data, a_form->key.length, in fill_sess_auth()
1921 a_form->digest_length))) in fill_sess_auth()
1938 a_form = &xform->auth; in fill_sess_gmac()
1949 switch (a_form->algo) { in fill_sess_gmac()
1956 a_form->algo); in fill_sess_gmac()
1963 sess->iv_offset = a_form->iv.offset; in fill_sess_gmac()
1968 a_form->key.data, a_form->key.length, in fill_sess_gmac()
[all …]
/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h2761 a_form = &xform->auth; in fill_sess_auth()
2772 switch (a_form->algo) { in fill_sess_auth()
2826 a_form->algo); in fill_sess_auth()
2830 a_form->algo); in fill_sess_auth()
2843 a_form->key.data, a_form->key.length, in fill_sess_auth()
2844 a_form->digest_length))) in fill_sess_auth()
2859 a_form = &xform->auth; in fill_sess_gmac()
2870 switch (a_form->algo) { in fill_sess_gmac()
2877 a_form->algo); in fill_sess_gmac()
2889 a_form->key.length, NULL))) in fill_sess_gmac()
[all …]