Searched defs:shared_bytes (Results 1 – 5 of 5) sorted by relevance
376 uint8_t *shared_bytes = OPENSSL_malloc(dh_len); in DH_compute_key_hashed() local
408 uint8_t *shared_bytes = OPENSSL_malloc(dh_len); in DH_compute_key_hashed() local
384 auto shared_bytes = std::make_shared<std::vector<uint8_t>>(size_too_big); in TEST() local