Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Dec_print.c47 unsigned char *oct_buf = NULL; in EC_POINT_hex2point() local
63 oct_buf = OPENSSL_malloc(len); in EC_POINT_hex2point()
64 if (oct_buf == NULL) in EC_POINT_hex2point()
67 if (!OPENSSL_hexstr2buf_ex(oct_buf, len, &oct_buf_len, hex, '\0') in EC_POINT_hex2point()
68 || !EC_POINT_oct2point(group, pt, oct_buf, oct_buf_len, ctx)) in EC_POINT_hex2point()
72 OPENSSL_clear_free(oct_buf, oct_buf_len); in EC_POINT_hex2point()

Completed in 3 milliseconds