Home
last modified time | relevance | path

Searched refs:dhKeySz (Results 1 – 25 of 25) sorted by relevance

/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/benchmark/
H A Dbenchmark.c5321 int dhKeySz = BENCH_DH_KEY_SIZE * 8; /* used in printf */ in bench_dh() local
5356 dhKeySz = 1024; in bench_dh()
5361 dhKeySz = 1024; in bench_dh()
5365 dhKeySz = 2048; in bench_dh()
5369 dhKeySz = 3072; in bench_dh()
5381 dhKeySz = 2048; in bench_dh()
5391 dhKeySz = 3072; in bench_dh()
5401 dhKeySz = 4096; in bench_dh()
5468 bench_stats_asym_finish("DH", dhKeySz, desc[2], doAsync, count, start, ret); in bench_dh()
5504 bench_stats_asym_finish("DH", dhKeySz, desc[3], doAsync, count, start, ret); in bench_dh()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c5321 int dhKeySz = BENCH_DH_KEY_SIZE * 8; /* used in printf */ in bench_dh() local
5356 dhKeySz = 1024; in bench_dh()
5361 dhKeySz = 1024; in bench_dh()
5365 dhKeySz = 2048; in bench_dh()
5369 dhKeySz = 3072; in bench_dh()
5381 dhKeySz = 2048; in bench_dh()
5391 dhKeySz = 3072; in bench_dh()
5401 dhKeySz = 4096; in bench_dh()
5468 bench_stats_asym_finish("DH", dhKeySz, desc[2], doAsync, count, start, ret); in bench_dh()
5504 bench_stats_asym_finish("DH", dhKeySz, desc[3], doAsync, count, start, ret); in bench_dh()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c5321 int dhKeySz = BENCH_DH_KEY_SIZE * 8; /* used in printf */ in bench_dh() local
5356 dhKeySz = 1024; in bench_dh()
5361 dhKeySz = 1024; in bench_dh()
5365 dhKeySz = 2048; in bench_dh()
5369 dhKeySz = 3072; in bench_dh()
5381 dhKeySz = 2048; in bench_dh()
5391 dhKeySz = 3072; in bench_dh()
5401 dhKeySz = 4096; in bench_dh()
5468 bench_stats_asym_finish("DH", dhKeySz, desc[2], doAsync, count, start, ret); in bench_dh()
5504 bench_stats_asym_finish("DH", dhKeySz, desc[3], doAsync, count, start, ret); in bench_dh()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c5321 int dhKeySz = BENCH_DH_KEY_SIZE * 8; /* used in printf */ in bench_dh() local
5356 dhKeySz = 1024; in bench_dh()
5361 dhKeySz = 1024; in bench_dh()
5365 dhKeySz = 2048; in bench_dh()
5369 dhKeySz = 3072; in bench_dh()
5381 dhKeySz = 2048; in bench_dh()
5391 dhKeySz = 3072; in bench_dh()
5401 dhKeySz = 4096; in bench_dh()
5468 bench_stats_asym_finish("DH", dhKeySz, desc[2], doAsync, count, start, ret); in bench_dh()
5504 bench_stats_asym_finish("DH", dhKeySz, desc[3], doAsync, count, start, ret); in bench_dh()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/benchmark/
H A Dbenchmark.c5321 int dhKeySz = BENCH_DH_KEY_SIZE * 8; /* used in printf */ in bench_dh() local
5356 dhKeySz = 1024; in bench_dh()
5361 dhKeySz = 1024; in bench_dh()
5365 dhKeySz = 2048; in bench_dh()
5369 dhKeySz = 3072; in bench_dh()
5381 dhKeySz = 2048; in bench_dh()
5391 dhKeySz = 3072; in bench_dh()
5401 dhKeySz = 4096; in bench_dh()
5468 bench_stats_asym_finish("DH", dhKeySz, desc[2], doAsync, count, start, ret); in bench_dh()
5504 bench_stats_asym_finish("DH", dhKeySz, desc[3], doAsync, count, start, ret); in bench_dh()
/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dtls.c6992 ssl->options.dhKeySz = (word16)pSz; in TLSX_KeyShare_ProcessDh()
7011 if (ret == 0 && (word32)ssl->options.dhKeySz > ssl->arrays->preMasterSz) { in TLSX_KeyShare_ProcessDh()
7012 word32 diff = (word32)ssl->options.dhKeySz - ssl->arrays->preMasterSz; in TLSX_KeyShare_ProcessDh()
7016 ssl->arrays->preMasterSz = ssl->options.dhKeySz; in TLSX_KeyShare_ProcessDh()
H A Dinternal.c1095 c16toa(options->dhKeySz, exp + idx); idx += OPAQUE16_LEN; in ExportOptions()
1278 ato16(exp + idx, &(options->dhKeySz)); idx += OPAQUE16_LEN; in ImportOptions()
23979 ssl->options.dhKeySz = length;
24081 switch (ssl->options.dhKeySz) {
27468 ssl->options.dhKeySz =(word16)pSz;
27560 ssl->options.dhKeySz =
H A Dssl.c2119 return (ssl->options.dhKeySz * 8); in wolfSSL_GetDhKey_Sz()
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dtls.c6992 ssl->options.dhKeySz = (word16)pSz; in TLSX_KeyShare_ProcessDh()
7011 if (ret == 0 && (word32)ssl->options.dhKeySz > ssl->arrays->preMasterSz) { in TLSX_KeyShare_ProcessDh()
7012 word32 diff = (word32)ssl->options.dhKeySz - ssl->arrays->preMasterSz; in TLSX_KeyShare_ProcessDh()
7016 ssl->arrays->preMasterSz = ssl->options.dhKeySz; in TLSX_KeyShare_ProcessDh()
H A Dinternal.c1095 c16toa(options->dhKeySz, exp + idx); idx += OPAQUE16_LEN; in ExportOptions()
1278 ato16(exp + idx, &(options->dhKeySz)); idx += OPAQUE16_LEN; in ImportOptions()
23977 ssl->options.dhKeySz = length;
24079 switch (ssl->options.dhKeySz) {
27466 ssl->options.dhKeySz =(word16)pSz;
27558 ssl->options.dhKeySz =
H A Dssl.c2119 return (ssl->options.dhKeySz * 8); in wolfSSL_GetDhKey_Sz()
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dtls.c6992 ssl->options.dhKeySz = (word16)pSz;
7011 if (ret == 0 && (word32)ssl->options.dhKeySz > ssl->arrays->preMasterSz) {
7012 word32 diff = (word32)ssl->options.dhKeySz - ssl->arrays->preMasterSz;
7016 ssl->arrays->preMasterSz = ssl->options.dhKeySz;
H A Dinternal.c1095 c16toa(options->dhKeySz, exp + idx); idx += OPAQUE16_LEN; in ExportOptions()
1278 ato16(exp + idx, &(options->dhKeySz)); idx += OPAQUE16_LEN; in ImportOptions()
23977 ssl->options.dhKeySz = length;
24079 switch (ssl->options.dhKeySz) {
27466 ssl->options.dhKeySz =(word16)pSz;
27558 ssl->options.dhKeySz =
H A Dssl.c2119 return (ssl->options.dhKeySz * 8); in wolfSSL_GetDhKey_Sz()
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dtls.c6992 ssl->options.dhKeySz = (word16)pSz; in TLSX_KeyShare_ProcessDh()
7011 if (ret == 0 && (word32)ssl->options.dhKeySz > ssl->arrays->preMasterSz) { in TLSX_KeyShare_ProcessDh()
7012 word32 diff = (word32)ssl->options.dhKeySz - ssl->arrays->preMasterSz; in TLSX_KeyShare_ProcessDh()
7016 ssl->arrays->preMasterSz = ssl->options.dhKeySz; in TLSX_KeyShare_ProcessDh()
H A Dinternal.c1095 c16toa(options->dhKeySz, exp + idx); idx += OPAQUE16_LEN; in ExportOptions()
1278 ato16(exp + idx, &(options->dhKeySz)); idx += OPAQUE16_LEN; in ImportOptions()
23977 ssl->options.dhKeySz = length;
24079 switch (ssl->options.dhKeySz) {
27466 ssl->options.dhKeySz =(word16)pSz;
27558 ssl->options.dhKeySz =
H A Dssl.c2119 return (ssl->options.dhKeySz * 8); in wolfSSL_GetDhKey_Sz()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dtls.c6992 ssl->options.dhKeySz = (word16)pSz; in TLSX_KeyShare_ProcessDh()
7011 if (ret == 0 && (word32)ssl->options.dhKeySz > ssl->arrays->preMasterSz) { in TLSX_KeyShare_ProcessDh()
7012 word32 diff = (word32)ssl->options.dhKeySz - ssl->arrays->preMasterSz; in TLSX_KeyShare_ProcessDh()
7016 ssl->arrays->preMasterSz = ssl->options.dhKeySz; in TLSX_KeyShare_ProcessDh()
H A Dinternal.c1095 c16toa(options->dhKeySz, exp + idx); idx += OPAQUE16_LEN; in ExportOptions()
1278 ato16(exp + idx, &(options->dhKeySz)); idx += OPAQUE16_LEN; in ImportOptions()
23977 ssl->options.dhKeySz = length;
24079 switch (ssl->options.dhKeySz) {
27466 ssl->options.dhKeySz =(word16)pSz;
27558 ssl->options.dhKeySz =
H A Dssl.c2119 return (ssl->options.dhKeySz * 8); in wolfSSL_GetDhKey_Sz()
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/
H A Dinternal.h3771 word16 dhKeySz; /* actual DH key size */ member
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h3771 word16 dhKeySz; /* actual DH key size */ member
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h3771 word16 dhKeySz; /* actual DH key size */ member
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h3771 word16 dhKeySz; /* actual DH key size */ member
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/
H A Dinternal.h3771 word16 dhKeySz; /* actual DH key size */ member