Searched refs:PROP_R_STRING_TOO_LONG (Results 1 – 4 of 4) sorted by relevance
/netbsd/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | propertyerr.h | 36 # define PROP_R_STRING_TOO_LONG 109 macro
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/property/ |
H A D | property_err.c | 31 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_STRING_TOO_LONG), "string too long"},
|
H A D | property_parse.c | 184 ERR_raise_data(ERR_LIB_PROP, PROP_R_STRING_TOO_LONG, "HERE-->%s", *t); in parse_string() 217 ERR_raise_data(ERR_LIB_PROP, PROP_R_STRING_TOO_LONG, "HERE-->%s", *t); in parse_unquoted()
|
/netbsd/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | openssl.txt | 966 PROP_R_STRING_TOO_LONG:109:string too long
|