Searched refs:str_sz (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c857 size_t str_sz = 0; local
867 if ((str = OPENSSL_malloc(str_sz)) == NULL
868 || !WPACKET_init_der(&pkt, str, str_sz)) {
876 || !WPACKET_get_total_written(&pkt, &str_sz)) {
888 if (str_sz == 0)
895 ASN1_STRING_set0(astr, str, (int)str_sz);
/freebsd-current/contrib/ldns/
H A Dhost2str.c1483 size_t str_sz = ldns_b64_ntop_calculate_size(sz); local
1486 if (!ldns_buffer_reserve(output, str_sz))
1490 , (char *)ldns_buffer_current(output), str_sz);

Completed in 77 milliseconds