Symbol: ERR_LIB_OSSL_STORE
crypto/openssl/crypto/err/err.c
74
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, 0), "STORE routines" },
crypto/openssl/crypto/store/store_err.c
18
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_AMBIGUOUS_CONTENT_TYPE),
crypto/openssl/crypto/store/store_err.c
20
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_BAD_PASSWORD_READ),
crypto/openssl/crypto/store/store_err.c
22
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_ERROR_VERIFYING_PKCS12_MAC),
crypto/openssl/crypto/store/store_err.c
24
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_FINGERPRINT_SIZE_DOES_NOT_MATCH_DIGEST),
crypto/openssl/crypto/store/store_err.c
26
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_INVALID_SCHEME),
crypto/openssl/crypto/store/store_err.c
28
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_IS_NOT_A), "is not a" },
crypto/openssl/crypto/store/store_err.c
29
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_LOADER_INCOMPLETE),
crypto/openssl/crypto/store/store_err.c
31
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_LOADING_STARTED),
crypto/openssl/crypto/store/store_err.c
33
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_CERTIFICATE),
crypto/openssl/crypto/store/store_err.c
35
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_CRL), "not a crl" },
crypto/openssl/crypto/store/store_err.c
36
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_NAME), "not a name" },
crypto/openssl/crypto/store/store_err.c
37
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_PRIVATE_KEY),
crypto/openssl/crypto/store/store_err.c
39
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_A_PUBLIC_KEY),
crypto/openssl/crypto/store/store_err.c
41
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NOT_PARAMETERS),
crypto/openssl/crypto/store/store_err.c
43
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_NO_LOADERS_FOUND),
crypto/openssl/crypto/store/store_err.c
45
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_PASSPHRASE_CALLBACK_ERROR),
crypto/openssl/crypto/store/store_err.c
47
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_PATH_MUST_BE_ABSOLUTE),
crypto/openssl/crypto/store/store_err.c
49
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_SEARCH_ONLY_SUPPORTED_FOR_DIRECTORIES),
crypto/openssl/crypto/store/store_err.c
51
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UI_PROCESS_INTERRUPTED_OR_CANCELLED),
crypto/openssl/crypto/store/store_err.c
53
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UNREGISTERED_SCHEME),
crypto/openssl/crypto/store/store_err.c
55
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UNSUPPORTED_CONTENT_TYPE),
crypto/openssl/crypto/store/store_err.c
57
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UNSUPPORTED_OPERATION),
crypto/openssl/crypto/store/store_err.c
59
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_UNSUPPORTED_SEARCH_TYPE),
crypto/openssl/crypto/store/store_err.c
61
{ ERR_PACK(ERR_LIB_OSSL_STORE, 0, OSSL_STORE_R_URI_AUTHORITY_UNSUPPORTED),
crypto/openssl/crypto/store/store_lib.c
115
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/store/store_lib.c
299
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_PASSED_INVALID_ARGUMENT);
crypto/openssl/crypto/store/store_lib.c
303
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_LOADING_STARTED);
crypto/openssl/crypto/store/store_lib.c
329
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_LOADING_STARTED);
crypto/openssl/crypto/store/store_lib.c
333
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/store/store_lib.c
347
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_UNSUPPORTED_OPERATION);
crypto/openssl/crypto/store/store_lib.c
352
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/store/store_lib.c
410
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_UNSUPPORTED_OPERATION);
crypto/openssl/crypto/store/store_lib.c
502
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/store/store_lib.c
514
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/store/store_lib.c
631
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_OSSL_STORE_LIB);
crypto/openssl/crypto/store/store_lib.c
644
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_PASSED_INVALID_ARGUMENT);
crypto/openssl/crypto/store/store_lib.c
657
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_OSSL_STORE_LIB);
crypto/openssl/crypto/store/store_lib.c
666
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_OSSL_STORE_LIB);
crypto/openssl/crypto/store/store_lib.c
675
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_OSSL_STORE_LIB);
crypto/openssl/crypto/store/store_lib.c
684
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_OSSL_STORE_LIB);
crypto/openssl/crypto/store/store_lib.c
693
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_OSSL_STORE_LIB);
crypto/openssl/crypto/store/store_lib.c
723
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_NOT_A_NAME);
crypto/openssl/crypto/store/store_lib.c
738
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_NOT_A_NAME);
crypto/openssl/crypto/store/store_lib.c
756
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_NOT_PARAMETERS);
crypto/openssl/crypto/store/store_lib.c
774
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_NOT_A_PUBLIC_KEY);
crypto/openssl/crypto/store/store_lib.c
792
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_NOT_A_PRIVATE_KEY);
crypto/openssl/crypto/store/store_lib.c
810
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_NOT_A_CERTIFICATE);
crypto/openssl/crypto/store/store_lib.c
82
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/store/store_lib.c
828
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_NOT_A_CRL);
crypto/openssl/crypto/store/store_lib.c
959
ERR_raise_data(ERR_LIB_OSSL_STORE,
crypto/openssl/crypto/store/store_meth.c
241
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_LOADER_INCOMPLETE);
crypto/openssl/crypto/store/store_meth.c
300
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_PASSED_INVALID_ARGUMENT);
crypto/openssl/crypto/store/store_meth.c
362
ERR_raise_data(ERR_LIB_OSSL_STORE, code,
crypto/openssl/crypto/store/store_meth.c
413
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/store/store_meth.c
423
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/store/store_meth.c
433
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_PASSED_NULL_PARAMETER);
crypto/openssl/crypto/store/store_register.c
178
ERR_raise_data(ERR_LIB_OSSL_STORE, OSSL_STORE_R_INVALID_SCHEME,
crypto/openssl/crypto/store/store_register.c
186
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_LOADER_INCOMPLETE);
crypto/openssl/crypto/store/store_register.c
192
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/store/store_register.c
226
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/store/store_register.c
233
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/store/store_register.c
237
ERR_raise_data(ERR_LIB_OSSL_STORE, OSSL_STORE_R_UNREGISTERED_SCHEME,
crypto/openssl/crypto/store/store_register.c
258
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_CRYPTO_LIB);
crypto/openssl/crypto/store/store_register.c
265
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_INTERNAL_ERROR);
crypto/openssl/crypto/store/store_register.c
269
ERR_raise_data(ERR_LIB_OSSL_STORE, OSSL_STORE_R_UNREGISTERED_SCHEME,
crypto/openssl/crypto/store/store_register.c
42
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_INVALID_SCHEME);
crypto/openssl/crypto/store/store_result.c
160
ERR_raise_data(ERR_LIB_OSSL_STORE, ERR_R_UNSUPPORTED, "provider=%s%s",
crypto/openssl/crypto/store/store_result.c
163
ERR_raise_data(ERR_LIB_OSSL_STORE, ERR_R_UNSUPPORTED, "%s", hint);
crypto/openssl/crypto/store/store_result.c
165
ERR_raise(ERR_LIB_OSSL_STORE, ERR_R_UNSUPPORTED);
crypto/openssl/crypto/store/store_result.c
356
ERR_raise(ERR_LIB_OSSL_STORE, OSSL_STORE_R_BAD_PASSWORD_READ);
crypto/openssl/crypto/store/store_result.c
591
ERR_raise(ERR_LIB_OSSL_STORE,
crypto/openssl/crypto/store/store_result.c
602
ERR_raise_data(ERR_LIB_OSSL_STORE,
crypto/openssl/include/openssl/err.h
156
#define OSSL_STOREerr(f, r) ERR_raise_data(ERR_LIB_OSSL_STORE, (r), NULL)
crypto/openssl/include/openssl/err.h
340
#define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE /* 44 */ | ERR_RFLAG_COMMON)
crypto/openssl/test/ossl_store_test.c
240
&& TEST_int_ne(ERR_GET_LIB(ERR_peek_error()), ERR_LIB_OSSL_STORE)