Searched refs:oct_buf_len (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/ec/ |
H A D | ec_print.c | 48 size_t len, oct_buf_len = 0; in EC_POINT_hex2point() local 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