Home
last modified time | relevance | path

Searched refs:ERR_PACK (Results 1 – 25 of 34) sorted by relevance

12

/onnv-gate/usr/src/common/openssl/crypto/engine/
H A Dhw_pk11_err.c77 { 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 Deng_err.c68 #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 Dp12err.c53 { 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 Derr.c128 {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 DERR_load_strings.pod5 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 Dp12lib.c93 { 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 Dcomp_err.c68 #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 Drand_err.c68 #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 Dech_err.c68 #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 Dbuf_err.c68 #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 Dobj_err.c68 #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 Dcpt_err.c68 #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 Decs_err.c68 #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 Ddh_err.c68 #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 Ddsa_err.c68 #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 Dui_err.c68 #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 Dconf_err.c68 #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 Dpem_err.c68 #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 Docsp_err.c68 #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 Dpk12err.c68 #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 Ddso_err.c68 #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 Dbn_err.c68 #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 Dbio_err.c68 #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 Dx509_err.c68 #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 Dpkcs7err.c68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_PKCS7,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS7,0,reason)

12