| /f-stack/dpdk/app/test/ |
| H A D | test_cryptodev_mod_test_vectors.h | 25 } modulus; member 42 } modulus; member 91 .modulus = { 153 .modulus = { 200 .modulus = { 283 .modulus = { 359 .modulus = { 470 .modulus = { 619 .modulus = { 751 .modulus = { [all …]
|
| H A D | test_cryptodev_asym.c | 351 xform_tc.modex.modulus.data = data_tc->modex.modulus.data; in test_cryptodev_asym_op() 352 xform_tc.modex.modulus.length = data_tc->modex.modulus.len; in test_cryptodev_asym_op() 362 xform_tc.modex.modulus.length)) { in test_cryptodev_asym_op() 373 xform_tc.modinv.modulus.data = data_tc->modinv.modulus.data; in test_cryptodev_asym_op() 374 xform_tc.modinv.modulus.length = data_tc->modinv.modulus.len; in test_cryptodev_asym_op() 382 xform_tc.modinv.modulus.length)) { in test_cryptodev_asym_op() 1509 modinv_xform.modinv.modulus.length)) { in test_mod_inv() 1633 capability, modex_xform.modex.modulus.length)) { in test_mod_exp()
|
| /f-stack/dpdk/drivers/crypto/qat/ |
| H A D | qat_asym.c | 142 xform->modex.modulus.length); in qat_asym_fill_arrays() 161 xform->modex.modulus.length, in qat_asym_fill_arrays() 162 xform->modex.modulus.data, in qat_asym_fill_arrays() 163 xform->modex.modulus.length); in qat_asym_fill_arrays() 188 xform->modinv.modulus.length); in qat_asym_fill_arrays() 191 if (xform->modinv.modulus.data[ in qat_asym_fill_arrays() 214 xform->modinv.modulus.length in qat_asym_fill_arrays() 215 , xform->modinv.modulus.data, in qat_asym_fill_arrays() 216 xform->modinv.modulus.length); in qat_asym_fill_arrays() 728 xform->modex.modulus.length == 0) { in qat_asym_session_configure() [all …]
|
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode_asym.h | 38 size_t mod_len = xform->modex.modulus.length; in cpt_fill_modex_params() 40 uint8_t *mod = xform->modex.modulus.data; in cpt_fill_modex_params() 54 ctx->modulus.data = rte_malloc(NULL, mod_len + exp_len, 0); in cpt_fill_modex_params() 55 if (ctx->modulus.data == NULL) { in cpt_fill_modex_params() 62 memcpy(ctx->modulus.data, mod, mod_len); in cpt_fill_modex_params() 63 ctx->exponent.data = ctx->modulus.data + mod_len; in cpt_fill_modex_params() 66 ctx->modulus.length = mod_len; in cpt_fill_modex_params() 200 if (mod->modulus.data) in cpt_free_asym_session_parameters() 201 rte_free(mod->modulus.data); in cpt_free_asym_session_parameters() 232 uint32_t mod_len = mod->modulus.length; in cpt_modex_prep() [all …]
|
| /f-stack/dpdk/lib/librte_cryptodev/ |
| H A D | rte_crypto_asym.h | 241 rte_crypto_param modulus; member 264 rte_crypto_param modulus; member
|
| /f-stack/dpdk/drivers/crypto/openssl/ |
| H A D | rte_openssl_pmd_ops.c | 939 xfrm->modulus.data, in openssl_set_asym_session_parameters() 940 xfrm->modulus.length, mod); in openssl_set_asym_session_parameters() 969 xfrm->modulus.data, in openssl_set_asym_session_parameters() 970 xfrm->modulus.length, in openssl_set_asym_session_parameters() 973 asym_session->u.m.modulus = mod; in openssl_set_asym_session_parameters()
|
| H A D | openssl_pmd_private.h | 163 BIGNUM *modulus; member
|
| H A D | rte_openssl_pmd.c | 1848 if (BN_mod_inverse(res, base, sess->u.m.modulus, sess->u.m.ctx)) { in process_openssl_modinv_op()
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | ecp_nistz256-armv4.S | 2501 @ if a+b >= modulus, subtract modulus. 2521 adds r4,r4,r3 @ add synthesized modulus 2594 adds r4,r4,r3 @ add synthesized modulus 2653 @ this is how modulus is conditionally 2750 @ if a-b borrows, add modulus. 2757 adds r4,r4,r3 @ add synthesized modulus 3257 @ and if it borrowed, add modulus back. 3276 adds r11,r11,r10 @ add modulus or zero 3517 adds r11,r11,r2 @ add synthesized modulus 3561 adds r11,r11,r2 @ add synthesized modulus [all …]
|
| H A D | poly1305-armv4.S | 300 adds r8,r3,#5 @ compare to modulus 1122 adds r8,r3,#5 @ compare to modulus
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | cryptodev_lib.rst | 987 and private key information or domain params or prime modulus data i.e. immutable 1079 using 1024-bit modulus length using openssl PMD available in DPDK (performing other 1157 * length modulus 1163 .modulus = {
|
| H A D | link_bonding_poll_mode_drv_lib.rst | 313 packet and then calculate the modulus of this value to calculate the slave
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 776 op->modex.result.length = sess->mod_ctx.modulus.length; in otx_cpt_asym_post_process()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_ops.c | 861 op->modex.result.length = sess->mod_ctx.modulus.length; in otx2_cpt_asym_post_process()
|