Home
last modified time | relevance | path

Searched refs:KEYLEN (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dtls13secretstest.c17 #define KEYLEN 16 macro
249 unsigned char key[KEYLEN]; in test_secret()
267 if (!tls13_derive_key(s, md, gensecret, key, KEYLEN)) { in test_secret()
272 if (!TEST_mem_eq(key, KEYLEN, ref_key, KEYLEN)) in test_secret()
333 if (!TEST_size_t_eq(sizeof(client_hts_key), KEYLEN)) in test_handshake_secrets()
348 if (!TEST_size_t_eq(sizeof(server_hts_key), KEYLEN)) in test_handshake_secrets()
382 if (!TEST_size_t_eq(sizeof(client_ats_key), KEYLEN)) in test_handshake_secrets()
397 if (!TEST_size_t_eq(sizeof(server_ats_key), KEYLEN)) in test_handshake_secrets()
/openssl/crypto/ec/
H A Decx_meth.c41 penc = OPENSSL_memdup(ecxkey->pubkey, KEYLEN(pkey)); in ecx_pub_encode()
46 V_ASN1_UNDEF, NULL, penc, KEYLEN(pkey))) { in ecx_pub_encode()
81 return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0; in ecx_pub_cmp()
111 oct.length = KEYLEN(pkey); in ecx_priv_encode()
132 return KEYLEN(pkey); in ecx_size()
182 if (ASN1_buf_print(bp, ecxkey->privkey, KEYLEN(pkey), in ecx_key_print()
197 if (ASN1_buf_print(bp, ecxkey->pubkey, KEYLEN(pkey), in ecx_key_print()
233 *ppt = OPENSSL_memdup(pkey->pkey.ecx->pubkey, KEYLEN(pkey)); in ecx_ctrl()
235 return KEYLEN(pkey); in ecx_ctrl()
H A Decx_backend.h20 #define KEYLEN(p) KEYLENID((p)->ameth->pkey_id) macro

Completed in 10 milliseconds