Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/ct/
H A Dct_b64.c144 CTerror(X509_R_BASE64_DECODE_ERROR); in SCT_new_from_base64()
153 CTerror(X509_R_BASE64_DECODE_ERROR); in SCT_new_from_base64()
161 CTerror(X509_R_BASE64_DECODE_ERROR); in SCT_new_from_base64()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509spki.c100 X509error(X509_R_BASE64_DECODE_ERROR); in NETSCAPE_SPKI_b64_decode()
H A Dx509_err.c81 {ERR_REASON(X509_R_BASE64_DECODE_ERROR) , "base64 decode error"},
/dragonfly/crypto/libressl/include/openssl/
H A Dx509.h1192 #define X509_R_BASE64_DECODE_ERROR 118 macro