Home
last modified time | relevance | path

Searched refs:Ztmplen (Results 1 – 5 of 5) sorted by relevance

/dports/security/libressl-static/libressl-3.3.5/tests/
H A Decdhtest.c354 size_t Ztmplen; in ecdh_kat() local
361 Ztmplen = ECDH_size(key1); in ecdh_kat()
362 if (Ztmplen != Zlen) in ecdh_kat()
364 Ztmp = malloc(Ztmplen); in ecdh_kat()
365 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
371 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
/dports/security/libressl/libressl-3.4.3/tests/
H A Decdhtest.c354 size_t Ztmplen; in ecdh_kat() local
361 Ztmplen = ECDH_size(key1); in ecdh_kat()
362 if (Ztmplen != Zlen) in ecdh_kat()
364 Ztmp = malloc(Ztmplen); in ecdh_kat()
365 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
371 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Decdhtest.c354 size_t Ztmplen; in ecdh_kat() local
361 Ztmplen = ECDH_size(key1); in ecdh_kat()
362 if (Ztmplen != Zlen) in ecdh_kat()
364 Ztmp = malloc(Ztmplen); in ecdh_kat()
365 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
371 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/ecdh/
H A Decdhtest.c434 size_t Ztmplen; in ecdh_kat() local
441 Ztmplen = (EC_GROUP_get_degree(EC_KEY_get0_group(key1)) + 7) / 8; in ecdh_kat()
442 if (Ztmplen != Zlen) in ecdh_kat()
444 Ztmp = OPENSSL_malloc(Ztmplen); in ecdh_kat()
445 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
451 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/ecdh/
H A Decdhtest.c434 size_t Ztmplen; in ecdh_kat() local
441 Ztmplen = (EC_GROUP_get_degree(EC_KEY_get0_group(key1)) + 7) / 8; in ecdh_kat()
442 if (Ztmplen != Zlen) in ecdh_kat()
444 Ztmp = OPENSSL_malloc(Ztmplen); in ecdh_kat()
445 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()
451 if (!ECDH_compute_key(Ztmp, Ztmplen, in ecdh_kat()