Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtls13secretstest.c27 #define KEYLEN 16 macro
229 unsigned char key[KEYLEN]; in test_secret()
247 if (!tls13_derive_key(s, md, gensecret, key, KEYLEN)) { in test_secret()
252 if (!TEST_mem_eq(key, KEYLEN, ref_key, KEYLEN)) in test_secret()
312 if (!TEST_size_t_eq(sizeof(client_hts_key), KEYLEN)) in test_handshake_secrets()
327 if (!TEST_size_t_eq(sizeof(server_hts_key), KEYLEN)) in test_handshake_secrets()
361 if (!TEST_size_t_eq(sizeof(client_ats_key), KEYLEN)) in test_handshake_secrets()
376 if (!TEST_size_t_eq(sizeof(server_ats_key), KEYLEN)) in test_handshake_secrets()
/third_party/openssl/crypto/ec/
Decx_meth.c36 #define KEYLEN(p) KEYLENID((p)->ameth->pkey_id) macro
135 penc = OPENSSL_memdup(ecxkey->pubkey, KEYLEN(pkey)); in ecx_pub_encode()
142 V_ASN1_UNDEF, NULL, penc, KEYLEN(pkey))) { in ecx_pub_encode()
170 return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0; in ecx_pub_cmp()
211 oct.length = KEYLEN(pkey); in ecx_priv_encode()
232 return KEYLEN(pkey); in ecx_size()
258 OPENSSL_secure_clear_free(pkey->pkey.ecx->privkey, KEYLEN(pkey)); in ecx_free()
284 if (ASN1_buf_print(bp, ecxkey->privkey, KEYLEN(pkey), in ecx_key_print()
299 if (ASN1_buf_print(bp, ecxkey->pubkey, KEYLEN(pkey), in ecx_key_print()
329 *ppt = OPENSSL_memdup(pkey->pkey.ecx->pubkey, KEYLEN(pkey)); in ecx_ctrl()
[all …]
/third_party/curl/lib/
Dcurl_fnmatch.c75 #define KEYLEN 10 in parsekeyword() macro
76 char keyword[KEYLEN] = { 0 }; in parsekeyword()
82 if(i >= KEYLEN) in parsekeyword()
100 #undef KEYLEN in parsekeyword()