Home
last modified time | relevance | path

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

/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c55 char *hex_str = NULL, *p; in DEFINE_SPECIAL_STACK_OF_CONST() local
82 hex_str = BN_bn2hex(bn); in DEFINE_SPECIAL_STACK_OF_CONST()
83 if (hex_str == NULL) in DEFINE_SPECIAL_STACK_OF_CONST()
86 p = hex_str; in DEFINE_SPECIAL_STACK_OF_CONST()
126 OPENSSL_free(hex_str); in DEFINE_SPECIAL_STACK_OF_CONST()

Completed in 6 milliseconds