Searched refs:prime (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/common/cpt/ |
| H A D | cpt_ucode_asym.h | 488 .prime = { 506 .prime = { 526 .prime = { 546 .prime = { 570 .prime = { 620 prime_len = ec_grp[curveid].prime.length; in cpt_ecdsa_sign_prep() 654 memcpy(dptr, ec_grp[curveid].prime.data, prime_len); in cpt_ecdsa_sign_prep() 719 prime_len = ec_grp[curveid].prime.length; in cpt_ecdsa_verify_prep() 765 memcpy(dptr, ec_grp[curveid].prime.data, prime_len); in cpt_ecdsa_verify_prep() 839 prime_len = ec_grp[curveid].prime.length; in cpt_ecpm_prep() [all …]
|
| H A D | cpt_mcode_defines.h | 334 } prime; member
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | exynos4412-odroidx2.dts | 12 #include "exynos4412-prime.dtsi"
|
| H A D | exynos4412-odroidu3.dts | 13 #include "exynos4412-prime.dtsi"
|
| /f-stack/freebsd/contrib/openzfs/module/icp/os/ |
| H A D | modhash.c | 366 uint_t kval, i, prime; in mod_hash_iddata_gen() local 375 prime = 1; in mod_hash_iddata_gen() 378 prime = 0; in mod_hash_iddata_gen() 380 if (prime == 1) in mod_hash_iddata_gen()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h5-orangepi-prime.dts | 14 compatible = "xunlong,orangepi-prime", "allwinner,sun50i-h5";
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1950.txt | 488 checksum. That 65521 is prime is important to avoid a possible 490 (The Fletcher checksum uses 255, which is not prime and which also 527 #define BASE 65521 /* largest prime smaller than 65536 */
|
| /f-stack/dpdk/drivers/crypto/octeontx/ |
| H A D | otx_cryptodev_ops.c | 734 int prime_len = ec_grp[ec->curveid].prime.length; in otx_cpt_asym_dequeue_ecdsa_op() 752 int prime_len = ec_grp[ec->curveid].prime.length; in otx_cpt_asym_dequeue_ecpm_op()
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_ops.c | 819 int prime_len = ec_grp[ec->curveid].prime.length; in otx2_cpt_asym_dequeue_ecdsa_op() 837 int prime_len = ec_grp[ec->curveid].prime.length; in otx2_cpt_asym_dequeue_ecpm_op()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | sunxi.yaml | 854 - const: xunlong,orangepi-prime
|
| /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
|