/openssl-master/crypto/encode_decode/ |
A D | decoder_meth.c | 198 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in ossl_decoder_from_algorithm() argument 202 const OSSL_DISPATCH *fns = algodef->implementation; in ossl_decoder_from_algorithm() 208 if ((decoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in ossl_decoder_from_algorithm() 212 decoder->base.algodef = algodef; in ossl_decoder_from_algorithm() 214 = ossl_parse_property(libctx, algodef->property_definition); in ossl_decoder_from_algorithm() 289 static void *construct_decoder(const OSSL_ALGORITHM *algodef, in construct_decoder() argument 301 const char *names = algodef->algorithm_names; in construct_decoder() 306 method = ossl_decoder_from_algorithm(id, algodef, prov); in construct_decoder() 468 return decoder->base.algodef->property_definition; in OSSL_DECODER_get0_properties() 499 return decoder->base.algodef->algorithm_description; in OSSL_DECODER_get0_description()
|
A D | encoder_meth.c | 198 static void *encoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef, in encoder_from_algorithm() argument 202 const OSSL_DISPATCH *fns = algodef->implementation; in encoder_from_algorithm() 208 if ((encoder->base.name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in encoder_from_algorithm() 212 encoder->base.algodef = algodef; in encoder_from_algorithm() 214 = ossl_parse_property(libctx, algodef->property_definition); in encoder_from_algorithm() 299 static void *construct_encoder(const OSSL_ALGORITHM *algodef, in construct_encoder() argument 311 const char *names = algodef->algorithm_names; in construct_encoder() 316 method = encoder_from_algorithm(id, algodef, prov); in construct_encoder() 477 return encoder->base.algodef->property_definition; in OSSL_ENCODER_get0_properties() 508 return encoder->base.algodef->algorithm_description; in OSSL_ENCODER_get0_description()
|
A D | encoder_local.h | 24 const OSSL_ALGORITHM *algodef; member
|
A D | decoder_lib.c | 394 if (decoder->base.algodef == check_inst->decoder->base.algodef) { in collect_extra_decoder()
|
/openssl-master/crypto/store/ |
A D | store_meth.c | 173 static void *loader_from_algorithm(int scheme_id, const OSSL_ALGORITHM *algodef, in loader_from_algorithm() argument 177 const OSSL_DISPATCH *fns = algodef->implementation; in loader_from_algorithm() 182 loader->propdef = algodef->property_definition; in loader_from_algorithm() 183 loader->description = algodef->algorithm_description; in loader_from_algorithm() 240 static void *construct_loader(const OSSL_ALGORITHM *algodef, in construct_loader() argument 252 const char *scheme = algodef->algorithm_names; in construct_loader() 257 method = loader_from_algorithm(id, algodef, prov); in construct_loader()
|
/openssl-master/crypto/evp/ |
A D | kdf_meth.c | 60 const OSSL_ALGORITHM *algodef, in evp_kdf_from_algorithm() argument 63 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kdf_from_algorithm() 72 if ((kdf->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in evp_kdf_from_algorithm() 76 kdf->description = algodef->algorithm_description; in evp_kdf_from_algorithm()
|
A D | evp_fetch.c | 197 static void *construct_evp_method(const OSSL_ALGORITHM *algodef, in construct_evp_method() argument 210 const char *names = algodef->algorithm_names; in construct_evp_method() 217 method = methdata->method_from_algorithm(name_id, algodef, prov); in construct_evp_method() 243 const OSSL_ALGORITHM *algodef, in inner_evp_generic_fetch() argument 362 const OSSL_ALGORITHM *algodef, in evp_generic_fetch() argument 389 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_by_number() argument 415 const OSSL_ALGORITHM *algodef, in evp_generic_fetch_from_prov() argument 610 const OSSL_ALGORITHM *algodef, in evp_generic_do_all() argument
|
A D | mac_meth.c | 52 const OSSL_ALGORITHM *algodef, in evp_mac_from_algorithm() argument 55 const OSSL_DISPATCH *fns = algodef->implementation; in evp_mac_from_algorithm() 64 if ((mac->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in evp_mac_from_algorithm() 68 mac->description = algodef->algorithm_description; in evp_mac_from_algorithm()
|
A D | evp_local.h | 268 const OSSL_ALGORITHM *algodef, 275 const OSSL_ALGORITHM *algodef, 282 const OSSL_ALGORITHM *algodef, 293 const OSSL_ALGORITHM *algodef,
|
A D | kem.c | 259 static void *evp_kem_from_algorithm(int name_id, const OSSL_ALGORITHM *algodef, in evp_kem_from_algorithm() argument 262 const OSSL_DISPATCH *fns = algodef->implementation; in evp_kem_from_algorithm() 273 if ((kem->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_kem_from_algorithm() 275 kem->description = algodef->algorithm_description; in evp_kem_from_algorithm()
|
A D | keymgmt_meth.c | 37 const OSSL_ALGORITHM *algodef, in keymgmt_from_algorithm() argument 40 const OSSL_DISPATCH *fns = algodef->implementation; in keymgmt_from_algorithm() 50 if ((keymgmt->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in keymgmt_from_algorithm() 54 keymgmt->description = algodef->algorithm_description; in keymgmt_from_algorithm()
|
A D | asymcipher.c | 325 const OSSL_ALGORITHM *algodef, in evp_asym_cipher_from_algorithm() argument 328 const OSSL_DISPATCH *fns = algodef->implementation; in evp_asym_cipher_from_algorithm() 339 if ((cipher->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_asym_cipher_from_algorithm() 341 cipher->description = algodef->algorithm_description; in evp_asym_cipher_from_algorithm()
|
A D | exchange.c | 44 const OSSL_ALGORITHM *algodef, in evp_keyexch_from_algorithm() argument 47 const OSSL_DISPATCH *fns = algodef->implementation; in evp_keyexch_from_algorithm() 57 if ((exchange->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_keyexch_from_algorithm() 59 exchange->description = algodef->algorithm_description; in evp_keyexch_from_algorithm()
|
A D | evp_rand.c | 116 const OSSL_ALGORITHM *algodef, in evp_rand_from_algorithm() argument 119 const OSSL_DISPATCH *fns = algodef->implementation; in evp_rand_from_algorithm() 131 if ((rand->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in evp_rand_from_algorithm() 135 rand->description = algodef->algorithm_description; in evp_rand_from_algorithm()
|
A D | signature.c | 44 const OSSL_ALGORITHM *algodef, in evp_signature_from_algorithm() argument 47 const OSSL_DISPATCH *fns = algodef->implementation; in evp_signature_from_algorithm() 59 if ((signature->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) in evp_signature_from_algorithm() 61 signature->description = algodef->algorithm_description; in evp_signature_from_algorithm()
|
A D | digest.c | 906 const OSSL_ALGORITHM *algodef, in evp_md_from_algorithm() argument 909 const OSSL_DISPATCH *fns = algodef->implementation; in evp_md_from_algorithm() 930 if ((md->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in evp_md_from_algorithm() 934 md->description = algodef->algorithm_description; in evp_md_from_algorithm()
|
A D | evp_enc.c | 1462 const OSSL_ALGORITHM *algodef, in evp_cipher_from_algorithm() argument 1465 const OSSL_DISPATCH *fns = algodef->implementation; in evp_cipher_from_algorithm() 1485 if ((cipher->type_name = ossl_algorithm_get1_first_name(algodef)) == NULL) { in evp_cipher_from_algorithm() 1489 cipher->description = algodef->algorithm_description; in evp_cipher_from_algorithm()
|
/openssl-master/include/crypto/ |
A D | decoder.h | 26 void *ossl_decoder_from_algorithm(int id, const OSSL_ALGORITHM *algodef,
|
/openssl-master/include/internal/ |
A D | core.h | 39 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov,
|
/openssl-master/doc/internal/man3/ |
A D | ossl_method_construct.pod | 21 void *(*construct)(const OSSL_ALGORITHM *algodef, OSSL_PROVIDER *prov,
|