Searched defs:x509v3_hex_to_bytes (Results 1 – 4 of 4) sorted by relevance
497 unsigned char *x509v3_hex_to_bytes(const char *str, size_t *len) { in x509v3_hex_to_bytes() function
499 unsigned char *x509v3_hex_to_bytes(const char *str, long *len) in x509v3_hex_to_bytes() function
3416 #define x509v3_hex_to_bytes BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, x509v3_hex_to_bytes) macro