Home
last modified time | relevance | path

Searched defs:provctx (Results 1 – 25 of 226) sorted by relevance

12345678910

/third_party/openssl/providers/
Dlegacyprov.c45 static const OSSL_PARAM *legacy_gettable_params(void *provctx) in legacy_gettable_params()
50 static int legacy_get_params(void *provctx, OSSL_PARAM params[]) in legacy_get_params()
151 static const OSSL_ALGORITHM *legacy_query(void *provctx, int operation_id, in legacy_query()
166 static void legacy_teardown(void *provctx) in legacy_teardown()
184 void **provctx) in OSSL_provider_init()
Dbaseprov.c45 static const OSSL_PARAM *base_gettable_params(void *provctx) in base_gettable_params()
50 static int base_get_params(void *provctx, OSSL_PARAM params[]) in base_get_params()
94 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query()
109 static void base_teardown(void *provctx) in base_teardown()
129 void **provctx) in ossl_base_provider_init()
Ddefltprov.c50 static const OSSL_PARAM *deflt_gettable_params(void *provctx) in deflt_gettable_params()
55 static int deflt_get_params(void *provctx, OSSL_PARAM params[]) in deflt_get_params()
489 static const OSSL_ALGORITHM *deflt_query(void *provctx, int operation_id, in deflt_query()
525 static void deflt_teardown(void *provctx) in deflt_teardown()
547 void **provctx) in ossl_default_provider_init()
/third_party/node/deps/openssl/openssl/providers/
Dlegacyprov.c45 static const OSSL_PARAM *legacy_gettable_params(void *provctx) in legacy_gettable_params()
50 static int legacy_get_params(void *provctx, OSSL_PARAM params[]) in legacy_get_params()
151 static const OSSL_ALGORITHM *legacy_query(void *provctx, int operation_id, in legacy_query()
166 static void legacy_teardown(void *provctx) in legacy_teardown()
184 void **provctx) in OSSL_provider_init()
Dbaseprov.c45 static const OSSL_PARAM *base_gettable_params(void *provctx) in base_gettable_params()
50 static int base_get_params(void *provctx, OSSL_PARAM params[]) in base_get_params()
94 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query()
109 static void base_teardown(void *provctx) in base_teardown()
129 void **provctx) in ossl_base_provider_init()
Ddefltprov.c50 static const OSSL_PARAM *deflt_gettable_params(void *provctx) in deflt_gettable_params()
55 static int deflt_get_params(void *provctx, OSSL_PARAM params[]) in deflt_get_params()
487 static const OSSL_ALGORITHM *deflt_query(void *provctx, int operation_id, in deflt_query()
523 static void deflt_teardown(void *provctx) in deflt_teardown()
545 void **provctx) in ossl_default_provider_init()
/third_party/openssl/test/
Dfilterprov.c56 static const OSSL_PARAM *filter_gettable_params(void *provctx) in filter_gettable_params()
63 static int filter_get_params(void *provctx, OSSL_PARAM params[]) in filter_get_params()
70 static int filter_get_capabilities(void *provctx, const char *capability, in filter_get_capabilities()
78 static const OSSL_ALGORITHM *filter_query(void *provctx, in filter_query()
97 static void filter_unquery(void *provctx, int operation_id, in filter_unquery()
114 static void filter_teardown(void *provctx) in filter_teardown()
137 void **provctx) in filter_provider_init()
Duser_property_test.c39 static int tmpmd_digest(void *provctx, const unsigned char *in, size_t inl, in tmpmd_digest()
56 static const OSSL_ALGORITHM *testprov_query(void *provctx, in testprov_query()
72 void **provctx) in testprov_provider_init()
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c90 static void *x25519_new_key(void *provctx) in x25519_new_key()
98 static void *x448_new_key(void *provctx) in x448_new_key()
106 static void *ed25519_new_key(void *provctx) in ed25519_new_key()
114 static void *ed448_new_key(void *provctx) in ed448_new_key()
361 static const OSSL_PARAM *x25519_gettable_params(void *provctx) in x25519_gettable_params()
366 static const OSSL_PARAM *x448_gettable_params(void *provctx) in x448_gettable_params()
371 static const OSSL_PARAM *ed25519_gettable_params(void *provctx) in ed25519_gettable_params()
376 static const OSSL_PARAM *ed448_gettable_params(void *provctx) in ed448_gettable_params()
455 static const OSSL_PARAM *x25519_settable_params(void *provctx) in x25519_settable_params()
460 static const OSSL_PARAM *x448_settable_params(void *provctx) in x448_settable_params()
[all …]
Dmac_legacy_kmgmt.c123 static void *mac_new(void *provctx) in mac_new()
128 static void *mac_new_cmac(void *provctx) in mac_new_cmac()
337 static const OSSL_PARAM *mac_gettable_params(void *provctx) in mac_gettable_params()
346 static const OSSL_PARAM *cmac_gettable_params(void *provctx) in cmac_gettable_params()
372 static const OSSL_PARAM *mac_settable_params(void *provctx) in mac_settable_params()
381 static void *mac_gen_init_common(void *provctx, int selection) in mac_gen_init_common()
396 static void *mac_gen_init(void *provctx, int selection, in mac_gen_init()
408 static void *cmac_gen_init(void *provctx, int selection, in cmac_gen_init()
463 ossl_unused void *provctx) in mac_gen_settable_params()
473 ossl_unused void *provctx) in cmac_gen_settable_params()
/third_party/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c90 static void *x25519_new_key(void *provctx) in x25519_new_key()
98 static void *x448_new_key(void *provctx) in x448_new_key()
106 static void *ed25519_new_key(void *provctx) in ed25519_new_key()
114 static void *ed448_new_key(void *provctx) in ed448_new_key()
358 static const OSSL_PARAM *x25519_gettable_params(void *provctx) in x25519_gettable_params()
363 static const OSSL_PARAM *x448_gettable_params(void *provctx) in x448_gettable_params()
368 static const OSSL_PARAM *ed25519_gettable_params(void *provctx) in ed25519_gettable_params()
373 static const OSSL_PARAM *ed448_gettable_params(void *provctx) in ed448_gettable_params()
452 static const OSSL_PARAM *x25519_settable_params(void *provctx) in x25519_settable_params()
457 static const OSSL_PARAM *x448_settable_params(void *provctx) in x448_settable_params()
[all …]
Dmac_legacy_kmgmt.c123 static void *mac_new(void *provctx) in mac_new()
128 static void *mac_new_cmac(void *provctx) in mac_new_cmac()
334 static const OSSL_PARAM *mac_gettable_params(void *provctx) in mac_gettable_params()
343 static const OSSL_PARAM *cmac_gettable_params(void *provctx) in cmac_gettable_params()
369 static const OSSL_PARAM *mac_settable_params(void *provctx) in mac_settable_params()
378 static void *mac_gen_init_common(void *provctx, int selection) in mac_gen_init_common()
393 static void *mac_gen_init(void *provctx, int selection, in mac_gen_init()
405 static void *cmac_gen_init(void *provctx, int selection, in cmac_gen_init()
460 ossl_unused void *provctx) in mac_gen_settable_params()
470 ossl_unused void *provctx) in cmac_gen_settable_params()
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_cbc_hmac_sha.c81 ossl_unused void *provctx) in aes_settable_ctx_params()
304 ossl_unused void *provctx) in aes_gettable_ctx_params()
309 static void base_init(void *provctx, PROV_AES_HMAC_SHA_CTX *ctx, in base_init()
320 static void *aes_cbc_hmac_sha1_newctx(void *provctx, size_t kbits, in aes_cbc_hmac_sha1_newctx()
337 static void *aes_cbc_hmac_sha1_dupctx(void *provctx) in aes_cbc_hmac_sha1_dupctx()
357 static void *aes_cbc_hmac_sha256_newctx(void *provctx, size_t kbits, in aes_cbc_hmac_sha256_newctx()
374 static void *aes_cbc_hmac_sha256_dupctx(void *provctx) in aes_cbc_hmac_sha256_dupctx()
Dcipher_aria_gcm.c16 static void *aria_gcm_newctx(void *provctx, size_t keybits) in aria_gcm_newctx()
30 static void *aria_gcm_dupctx(void *provctx) in aria_gcm_dupctx()
Dcipher_aria_ccm.c18 static void *aria_ccm_newctx(void *provctx, size_t keybits) in aria_ccm_newctx()
31 static void *aria_ccm_dupctx(void *provctx) in aria_ccm_dupctx()
Dcipher_aes_ccm.c23 static void *aes_ccm_newctx(void *provctx, size_t keybits) in aes_ccm_newctx()
36 static void *aes_ccm_dupctx(void *provctx) in aes_ccm_dupctx()
Dcipher_aes_gcm.c23 static void *aes_gcm_newctx(void *provctx, size_t keybits) in aes_gcm_newctx()
37 static void *aes_gcm_dupctx(void *provctx) in aes_gcm_dupctx()
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
Dfile_store_any2obj.c48 static void *any2obj_newctx(void *provctx) in any2obj_newctx()
57 static int any2obj_decode_final(void *provctx, int objtype, BUF_MEM *mem, in any2obj_decode_final()
83 static int der2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in der2obj_decode()
109 static int msblob2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in msblob2obj_decode()
178 static int pvk2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in pvk2obj_decode()
/third_party/openssl/providers/implementations/storemgmt/
Dfile_store_any2obj.c48 static void *any2obj_newctx(void *provctx) in any2obj_newctx()
57 static int any2obj_decode_final(void *provctx, int objtype, BUF_MEM *mem, in any2obj_decode_final()
83 static int der2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in der2obj_decode()
109 static int msblob2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in msblob2obj_decode()
178 static int pvk2obj_decode(void *provctx, OSSL_CORE_BIO *cin, int selection, in pvk2obj_decode()
/third_party/openssl/providers/implementations/macs/
Dgmac_prov.c42 void *provctx; member
58 static void *gmac_new(void *provctx) in gmac_new()
172 static const OSSL_PARAM *gmac_gettable_params(void *provctx) in gmac_gettable_params()
195 ossl_unused void *provctx) in gmac_settable_ctx_params()
207 OSSL_LIB_CTX *provctx = PROV_LIBCTX_OF(macctx->provctx); in gmac_set_ctx_params() local
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
Dgmac_prov.c42 void *provctx; member
58 static void *gmac_new(void *provctx) in gmac_new()
172 static const OSSL_PARAM *gmac_gettable_params(void *provctx) in gmac_gettable_params()
195 ossl_unused void *provctx) in gmac_settable_ctx_params()
207 OSSL_LIB_CTX *provctx = PROV_LIBCTX_OF(macctx->provctx); in gmac_set_ctx_params() local
/third_party/openssl/providers/implementations/kdfs/
Dpkcs12kdf.c36 void *provctx; member
138 static void *kdf_pkcs12_new(void *provctx) in kdf_pkcs12_new()
175 void *provctx = ctx->provctx; in kdf_pkcs12_reset() local
228 OSSL_LIB_CTX *provctx = PROV_LIBCTX_OF(ctx->provctx); in kdf_pkcs12_set_ctx_params() local
255 ossl_unused void *ctx, ossl_unused void *provctx) in kdf_pkcs12_settable_ctx_params()
279 ossl_unused void *ctx, ossl_unused void *provctx) in kdf_pkcs12_gettable_ctx_params()
/third_party/node/deps/openssl/openssl/providers/implementations/kdfs/
Dpkcs12kdf.c36 void *provctx; member
138 static void *kdf_pkcs12_new(void *provctx) in kdf_pkcs12_new()
175 void *provctx = ctx->provctx; in kdf_pkcs12_reset() local
228 OSSL_LIB_CTX *provctx = PROV_LIBCTX_OF(ctx->provctx); in kdf_pkcs12_set_ctx_params() local
255 ossl_unused void *ctx, ossl_unused void *provctx) in kdf_pkcs12_settable_ctx_params()
279 ossl_unused void *ctx, ossl_unused void *provctx) in kdf_pkcs12_gettable_ctx_params()
/third_party/openssl/fuzz/
Dfuzz_rand.c26 void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch) in fuzz_rand_newctx()
96 ossl_unused void *provctx) in fuzz_rand_gettable_ctx_params()
125 static const OSSL_ALGORITHM *fuzz_rand_query(void *provctx, in fuzz_rand_query()
146 const OSSL_DISPATCH **out, void **provctx) in fuzz_rand_provider_init()
/third_party/node/deps/openssl/openssl/fuzz/
Dfuzz_rand.c26 void *provctx, void *parent, const OSSL_DISPATCH *parent_dispatch) in fuzz_rand_newctx()
96 ossl_unused void *provctx) in fuzz_rand_gettable_ctx_params()
125 static const OSSL_ALGORITHM *fuzz_rand_query(void *provctx, in fuzz_rand_query()
146 const OSSL_DISPATCH **out, void **provctx) in fuzz_rand_provider_init()

12345678910