Searched defs:string_to_hex (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/x509v3/
H A Dv3_utl.c392 unsigned char *string_to_hex(const char *str, long *len) function
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_utl.c394 unsigned char *string_to_hex(const char *str, long *len) function
399 OPENSSL_PUT_ERROR(X509V3, string_to_hex, X509V3_R_INVALID_NULL_ARGUMENT);
408 OPENSSL_PUT_ERROR(X509V3, string_to_hex, X509V3_R_ODD_NUMBER_OF_DIGITS);
432 OPENSSL_PUT_ERROR(X509V3, string_to_hex, ERR_R_MALLOC_FAILURE);
437 OPENSSL_PUT_ERROR(X509V3, string_to_hex, X509V3_R_ILLEGAL_HEX_DIGIT);

Completed in 105 milliseconds