| /onnv-gate/usr/src/common/openssl/crypto/engine/ |
| H A D | hw_pk11_err.c | 77 { ERR_PACK(0, PK11_F_INIT, 0), "PK11_INIT"}, 78 { ERR_PACK(0, PK11_F_FINISH, 0), "PK11_FINISH"}, 79 { ERR_PACK(0, PK11_F_DESTROY, 0), "PK11_DESTROY"}, 80 { ERR_PACK(0, PK11_F_CTRL, 0), "PK11_CTRL"}, 81 { ERR_PACK(0, PK11_F_RSA_INIT, 0), "PK11_RSA_INIT"}, 82 { ERR_PACK(0, PK11_F_RSA_FINISH, 0), "PK11_RSA_FINISH"}, 83 { ERR_PACK(0, PK11_F_GET_PUB_RSA_KEY, 0), "PK11_GET_PUB_RSA_KEY"}, 84 { ERR_PACK(0, PK11_F_GET_PRIV_RSA_KEY, 0), "PK11_GET_PRIV_RSA_KEY"}, 85 { ERR_PACK(0, PK11_F_RSA_GEN_KEY, 0), "PK11_RSA_GEN_KEY"}, 86 { ERR_PACK(0, PK11_F_RSA_PUB_ENC, 0), "PK11_RSA_PUB_ENC"}, [all …]
|
| H A D | eng_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ENGINE,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ENGINE,0,reason)
|
| /onnv-gate/usr/src/common/net/wanboot/ |
| H A D | p12err.c | 53 { ERR_PACK(0, SUNW_F_USE_X509CERT, 0), "sunw_use_x509cert" }, 54 { ERR_PACK(0, SUNW_F_USE_PKEY, 0), "sunw_use_pkey" }, 55 { ERR_PACK(0, SUNW_F_USE_TASTORE, 0), "sunw_use_tastore" }, 56 { ERR_PACK(0, SUNW_F_USE_CERTFILE, 0), "sunw_p12_use_certfile" }, 57 { ERR_PACK(0, SUNW_F_USE_KEYFILE, 0), "sunw_p12_use_keyfile" }, 58 { ERR_PACK(0, SUNW_F_USE_TRUSTFILE, 0), "sunw_p12_use_trustfile" }, 59 { ERR_PACK(0, SUNW_F_READ_FILE, 0), "p12_read_file" }, 60 { ERR_PACK(0, SUNW_F_DOPARSE, 0), "p12_doparse" }, 61 { ERR_PACK(0, SUNW_F_PKCS12_PARSE, 0), "sunw_PKCS12_parse" }, 62 { ERR_PACK(0, SUNW_F_PKCS12_CONTENTS, 0), "sunw_PKCS12_contents" }, [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/err/ |
| H A D | err.c | 128 {ERR_PACK(ERR_LIB_NONE,0,0) ,"unknown library"}, 129 {ERR_PACK(ERR_LIB_SYS,0,0) ,"system library"}, 130 {ERR_PACK(ERR_LIB_BN,0,0) ,"bignum routines"}, 131 {ERR_PACK(ERR_LIB_RSA,0,0) ,"rsa routines"}, 132 {ERR_PACK(ERR_LIB_DH,0,0) ,"Diffie-Hellman routines"}, 133 {ERR_PACK(ERR_LIB_EVP,0,0) ,"digital envelope routines"}, 134 {ERR_PACK(ERR_LIB_BUF,0,0) ,"memory buffer routines"}, 135 {ERR_PACK(ERR_LIB_OBJ,0,0) ,"object identifier routines"}, 136 {ERR_PACK(ERR_LIB_PEM,0,0) ,"PEM routines"}, 137 {ERR_PACK(ERR_LIB_DSA,0,0) ,"dsa routines"}, [all …]
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | ERR_load_strings.pod | 5 ERR_load_strings, ERR_PACK, ERR_get_next_error_library - load 16 unsigned long ERR_PACK(int lib, int func, int reason); 31 reason code: B<error> = ERR_PACK(B<lib>, B<func>, B<reason>). 32 ERR_PACK() is a macro. 41 ERR_load_strings() returns no value. ERR_PACK() return the error code. 50 ERR_load_error_strings() and ERR_PACK() are available in all versions
|
| /onnv-gate/usr/src/lib/libpkg/common/ |
| H A D | p12lib.c | 93 { ERR_PACK(0, SUNW_F_USE_X509CERT, 0), "sunw_use_x509cert" }, 94 { ERR_PACK(0, SUNW_F_USE_PKEY, 0), "sunw_use_pkey" }, 95 { ERR_PACK(0, SUNW_F_USE_TASTORE, 0), "sunw_use_tastore" }, 96 { ERR_PACK(0, SUNW_F_USE_CERTFILE, 0), "sunw_p12_use_certfile" }, 97 { ERR_PACK(0, SUNW_F_USE_KEYFILE, 0), "sunw_p12_use_keyfile" }, 98 { ERR_PACK(0, SUNW_F_USE_TRUSTFILE, 0), "sunw_p12_use_trustfile" }, 99 { ERR_PACK(0, SUNW_F_READ_FILE, 0), "p12_read_file" }, 100 { ERR_PACK(0, SUNW_F_DOPARSE, 0), "p12_doparse" }, 101 { ERR_PACK(0, SUNW_F_PKCS12_PARSE, 0), "sunw_PKCS12_parse" }, 102 { ERR_PACK(0, SUNW_F_PKCS12_CONTENTS, 0), "sunw_PKCS12_contents" }, [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/comp/ |
| H A D | comp_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_COMP,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/rand/ |
| H A D | rand_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_RAND,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/ecdh/ |
| H A D | ech_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDH,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDH,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/buffer/ |
| H A D | buf_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BUF,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/objects/ |
| H A D | obj_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_OBJ,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/ |
| H A D | cpt_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CRYPTO,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CRYPTO,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/ecdsa/ |
| H A D | ecs_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_ECDSA,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_ECDSA,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/dh/ |
| H A D | dh_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DH,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DH,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/dsa/ |
| H A D | dsa_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSA,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSA,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/ui/ |
| H A D | ui_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_UI,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/conf/ |
| H A D | conf_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/pem/ |
| H A D | pem_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PEM,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PEM,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/ocsp/ |
| H A D | ocsp_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_OCSP,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/pkcs12/ |
| H A D | pk12err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS12,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/dso/ |
| H A D | dso_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_DSO,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/bn/ |
| H A D | bn_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BN,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/bio/ |
| H A D | bio_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_BIO,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/x509/ |
| H A D | x509_err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_X509,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_X509,0,reason)
|
| /onnv-gate/usr/src/common/openssl/crypto/pkcs7/ |
| H A D | pkcs7err.c | 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0) 69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)
|