/freebsd/crypto/openssl/providers/ |
H A D | baseprov.c | 45 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() 102 static const OSSL_ALGORITHM *base_query(void *provctx, int operation_id, in base_query() 119 static void base_teardown(void *provctx) in base_teardown() 139 void **provctx) in ossl_base_provider_init()
|
H A D | defltprov.c | 50 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() 666 static const OSSL_ALGORITHM *deflt_query(void *provctx, int operation_id, in deflt_query() 704 static void deflt_teardown(void *provctx) in deflt_teardown() 726 void **provctx) in ossl_default_provider_init()
|
H A D | legacyprov.c | 63 static const OSSL_PARAM *legacy_gettable_params(void *provctx) in legacy_gettable_params() 68 static int legacy_get_params(void *provctx, OSSL_PARAM params[]) in legacy_get_params() 170 static const OSSL_ALGORITHM *legacy_query(void *provctx, int operation_id, in legacy_query() 185 static void legacy_teardown(void *provctx) in legacy_teardown() 203 void **provctx) in OSSL_provider_init()
|
H A D | nullprov.c | 35 static int null_get_params(const OSSL_PROVIDER *provctx, OSSL_PARAM params[]) in null_get_params() 73 void **provctx) in ossl_null_provider_init()
|
/freebsd/crypto/openssl/test/ |
H A D | filterprov.c | 58 static const OSSL_PARAM *filter_gettable_params(void *provctx) in filter_gettable_params() 65 static int filter_get_params(void *provctx, OSSL_PARAM params[]) in filter_get_params() 72 static int filter_get_capabilities(void *provctx, const char *capability, in filter_get_capabilities() 80 static const OSSL_ALGORITHM *filter_query(void *provctx, in filter_query() 99 static void filter_unquery(void *provctx, int operation_id, in filter_unquery() 116 static void filter_teardown(void *provctx) in filter_teardown() 141 void **provctx) in filter_provider_init()
|
H A D | user_property_test.c | 39 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()
|
H A D | fake_cipherprov.c | 64 static void *fake_skeymgmt_import(void *provctx, int selection, const OSSL_PARAM *p) in fake_skeymgmt_import() 117 static void *fake_newctx(void *provctx) in fake_newctx() 216 ossl_unused void *provctx) in fake_gettable_ctx_params() 246 ossl_unused void *provctx) in fake_settable_ctx_params() 275 static const OSSL_ALGORITHM *fake_cipher_query(void *provctx, in fake_cipher_query() 298 const OSSL_DISPATCH **out, void **provctx) in fake_cipher_provider_init()
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha.c | 81 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() 360 static void *aes_cbc_hmac_sha256_newctx(void *provctx, size_t kbits, in aes_cbc_hmac_sha256_newctx() 377 static void *aes_cbc_hmac_sha256_dupctx(void *provctx) in aes_cbc_hmac_sha256_dupctx()
|
H A D | cipher_aria_ccm.c | 18 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()
|
H A D | cipher_aria_gcm.c | 16 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()
|
H A D | cipher_sm4_gcm.c | 18 static void *sm4_gcm_newctx(void *provctx, size_t keybits) in sm4_gcm_newctx() 32 static void *sm4_gcm_dupctx(void *provctx) in sm4_gcm_dupctx()
|
H A D | cipher_aes_ccm.c | 23 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()
|
H A D | cipher_aes_gcm.c | 23 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()
|
H A D | cipher_sm4_ccm.c | 18 static void *sm4_ccm_newctx(void *provctx, size_t keybits) in sm4_ccm_newctx() 31 static void *sm4_ccm_dupctx(void *provctx) in sm4_ccm_dupctx()
|
/freebsd/crypto/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 121 static void *mac_new(void *provctx) in mac_new() 126 static void *mac_new_cmac(void *provctx) in mac_new_cmac() 331 static const OSSL_PARAM *mac_gettable_params(void *provctx) in mac_gettable_params() 340 static const OSSL_PARAM *cmac_gettable_params(void *provctx) in cmac_gettable_params() 366 static const OSSL_PARAM *mac_settable_params(void *provctx) in mac_settable_params() 375 static void *mac_gen_init_common(void *provctx, int selection) in mac_gen_init_common() 390 static void *mac_gen_init(void *provctx, int selection, in mac_gen_init() 402 static void *cmac_gen_init(void *provctx, int selection, in cmac_gen_init() 455 ossl_unused void *provctx) in mac_gen_settable_params() 465 ossl_unused void *provctx) in cmac_gen_settable_params()
|
H A D | ecx_kmgmt.c | 105 static void *x25519_new_key(void *provctx) in x25519_new_key() 113 static void *x448_new_key(void *provctx) in x448_new_key() 121 static void *ed25519_new_key(void *provctx) in ed25519_new_key() 129 static void *ed448_new_key(void *provctx) in ed448_new_key() 387 static const OSSL_PARAM *x25519_gettable_params(void *provctx) in x25519_gettable_params() 392 static const OSSL_PARAM *x448_gettable_params(void *provctx) in x448_gettable_params() 397 static const OSSL_PARAM *ed25519_gettable_params(void *provctx) in ed25519_gettable_params() 402 static const OSSL_PARAM *ed448_gettable_params(void *provctx) in ed448_gettable_params() 479 static const OSSL_PARAM *x25519_settable_params(void *provctx) in x25519_settable_params() 484 static const OSSL_PARAM *x448_settable_params(void *provctx) in x448_settable_params() [all …]
|
H A D | template_kmgmt.c | 67 void *provctx; member 71 static void *template_new(void *provctx) in template_new() 288 static const OSSL_PARAM *template_gettable_params(void *provctx) in template_gettable_params() 316 static const OSSL_PARAM *template_settable_params(void *provctx) in template_settable_params() 333 static void *template_gen_init(void *provctx, int selection, in template_gen_init() 358 ossl_unused void *provctx) in template_gen_settable_params()
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | gmac_prov.c | 42 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
|
H A D | poly1305_prov.c | 39 void *provctx; member 44 static void *poly1305_new(void *provctx) in poly1305_new() 138 static const OSSL_PARAM *poly1305_gettable_params(void *provctx) in poly1305_gettable_params() 158 ossl_unused void *provctx) in poly1305_settable_ctx_params()
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | pvkkdf.c | 31 void *provctx; member 41 static void *kdf_pvk_new(void *provctx) in kdf_pvk_new() 97 void *provctx = ctx->provctx; in kdf_pvk_reset() local 107 OSSL_LIB_CTX *provctx = PROV_LIBCTX_OF(ctx->provctx); in kdf_pvk_init() local 183 OSSL_LIB_CTX *provctx = PROV_LIBCTX_OF(ctx->provctx); in kdf_pvk_set_ctx_params() local
|
H A D | pkcs12kdf.c | 37 void *provctx; member 137 static void *kdf_pkcs12_new(void *provctx) in kdf_pkcs12_new() 172 void *provctx = ctx->provctx; in kdf_pkcs12_reset() local 246 OSSL_LIB_CTX *provctx = PROV_LIBCTX_OF(ctx->provctx); in kdf_pkcs12_set_ctx_params() local 273 ossl_unused void *ctx, ossl_unused void *provctx) in kdf_pkcs12_settable_ctx_params() 297 ossl_unused void *ctx, ossl_unused void *provctx) in kdf_pkcs12_gettable_ctx_params()
|
H A D | krb5kdf.c | 52 void *provctx; member 60 static void *krb5kdf_new(void *provctx) in krb5kdf_new() 86 void *provctx = ctx->provctx; in krb5kdf_reset() local 158 OSSL_LIB_CTX *provctx = PROV_LIBCTX_OF(ctx->provctx); in krb5kdf_set_ctx_params() local 179 ossl_unused void *provctx) in krb5kdf_settable_ctx_params() 210 ossl_unused void *provctx) in krb5kdf_gettable_ctx_params()
|
/freebsd/crypto/openssl/fuzz/ |
H A D | fuzz_rand.c | 26 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()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | keymgmt_meth.c | 375 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in evp_keymgmt_newdata() local 396 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in evp_keymgmt_gen_init() local 427 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in EVP_KEYMGMT_gen_settable_params() local 444 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in EVP_KEYMGMT_gen_gettable_params() local 501 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in EVP_KEYMGMT_gettable_params() local 518 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in EVP_KEYMGMT_settable_params() local 561 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in evp_keymgmt_import_types() local 581 void *provctx = ossl_provider_ctx(EVP_KEYMGMT_get0_provider(keymgmt)); in evp_keymgmt_export_types() local
|
H A D | skeymgmt_meth.c | 22 void *provctx = ossl_provider_ctx(EVP_SKEYMGMT_get0_provider(skeymgmt)); in evp_skeymgmt_generate() local 29 void *provctx = ossl_provider_ctx(EVP_SKEYMGMT_get0_provider(skeymgmt)); in evp_skeymgmt_import() local 222 void *provctx = NULL; in EVP_SKEYMGMT_get0_gen_settable_params() local 234 void *provctx = NULL; in EVP_SKEYMGMT_get0_imp_settable_params() local
|