Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dv3_utl.c44 char *tname = NULL, *tvalue = NULL; in x509v3_add_len_value() local
53 tvalue = OPENSSL_strndup(value, vallen); in x509v3_add_len_value()
54 if (tvalue == NULL) in x509v3_add_len_value()
65 vtmp->value = tvalue; in x509v3_add_len_value()
76 OPENSSL_free(tvalue); in x509v3_add_len_value()

Completed in 7 milliseconds