Searched refs:ASN1_R_ILLEGAL_NEGATIVE_VALUE (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
H A D | x_int64.c | 97 ASN1err(ASN1_F_UINT64_C2I, ASN1_R_ILLEGAL_NEGATIVE_VALUE); in uint64_c2i() 200 ASN1err(ASN1_F_UINT32_C2I, ASN1_R_ILLEGAL_NEGATIVE_VALUE); in uint32_c2i()
|
H A D | asn1_err.c | 209 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_ILLEGAL_NEGATIVE_VALUE),
|
H A D | a_int.c | 365 ASN1err(ASN1_F_ASN1_STRING_GET_UINT64, ASN1_R_ILLEGAL_NEGATIVE_VALUE); in asn1_string_get_uint64()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
H A D | x_int64.c | 97 ERR_raise(ERR_LIB_ASN1, ASN1_R_ILLEGAL_NEGATIVE_VALUE); in uint64_c2i() 200 ERR_raise(ERR_LIB_ASN1, ASN1_R_ILLEGAL_NEGATIVE_VALUE); in uint32_c2i()
|
H A D | a_int.c | 373 ERR_raise(ERR_LIB_ASN1, ASN1_R_ILLEGAL_NEGATIVE_VALUE); in asn1_string_get_uint64() 425 i = ASN1_R_ILLEGAL_NEGATIVE_VALUE; in d2i_ASN1_UINTEGER()
|
H A D | asn1_err.c | 69 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_ILLEGAL_NEGATIVE_VALUE),
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | asn1err.h | 58 # define ASN1_R_ILLEGAL_NEGATIVE_VALUE 226 macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | asn1err.h | 176 # define ASN1_R_ILLEGAL_NEGATIVE_VALUE 226 macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | openssl.txt | 43 ASN1_R_ILLEGAL_NEGATIVE_VALUE:226:illegal negative value
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/ |
H A D | openssl.txt | 1808 ASN1_R_ILLEGAL_NEGATIVE_VALUE:226:illegal negative value
|