Home
last modified time | relevance | path

Searched refs:function_id (Results 1 – 25 of 28) sorted by relevance

12

/openssl-master/providers/implementations/encode_decode/
A Dendecoder_common.c20 for (; fns->function_id != 0; fns++) in ossl_prov_get_keymgmt_new()
21 if (fns->function_id == OSSL_FUNC_KEYMGMT_NEW) in ossl_prov_get_keymgmt_new()
31 for (; fns->function_id != 0; fns++) in ossl_prov_get_keymgmt_free()
32 if (fns->function_id == OSSL_FUNC_KEYMGMT_FREE) in ossl_prov_get_keymgmt_free()
42 for (; fns->function_id != 0; fns++) in ossl_prov_get_keymgmt_import()
43 if (fns->function_id == OSSL_FUNC_KEYMGMT_IMPORT) in ossl_prov_get_keymgmt_import()
53 for (; fns->function_id != 0; fns++) in ossl_prov_get_keymgmt_export()
54 if (fns->function_id == OSSL_FUNC_KEYMGMT_EXPORT) in ossl_prov_get_keymgmt_export()
/openssl-master/crypto/
A Dprovider_child.c66 for (; in->function_id != 0; in++) { in ossl_child_provider_init()
67 switch (in->function_id) { in ossl_child_provider_init()
212 for (; in->function_id != 0; in++) { in ossl_provider_init_as_child()
213 switch (in->function_id) { in ossl_provider_init_as_child()
/openssl-master/providers/common/
A Dprovider_seeding.c20 for (; fns->function_id != 0; fns++) { in ossl_prov_seeding_from_dispatch()
28 switch (fns->function_id) { in ossl_prov_seeding_from_dispatch()
A Dbio_prov.c28 for (; fns->function_id != 0; fns++) { in ossl_prov_bio_from_dispatch()
29 switch (fns->function_id) { in ossl_prov_bio_from_dispatch()
/openssl-master/test/
A Dupcallstest.c48 for (; in->function_id != 0; in++) { in obj_provider_init()
49 switch (in->function_id) { in obj_provider_init()
A Dp_test.c236 for (; in->function_id != 0; in++) { in OSSL_provider_init()
237 switch (in->function_id) { in OSSL_provider_init()
/openssl-master/providers/
A Dbaseprov.c136 for (; in->function_id != 0; in++) { in ossl_base_provider_init()
137 switch (in->function_id) { in ossl_base_provider_init()
A Ddefltprov.c555 for (; in->function_id != 0; in++) { in ossl_default_provider_init()
556 switch (in->function_id) { in ossl_default_provider_init()
/openssl-master/crypto/bio/
A Dbss_core.c154 for (; fns->function_id != 0; fns++) { in ossl_bio_init_core()
155 switch (fns->function_id) { in ossl_bio_init_core()
/openssl-master/crypto/evp/
A Dkdf_meth.c78 for (; fns->function_id != 0; fns++) { in evp_kdf_from_algorithm()
79 switch (fns->function_id) { in evp_kdf_from_algorithm()
A Dmac_meth.c70 for (; fns->function_id != 0; fns++) { in evp_mac_from_algorithm()
71 switch (fns->function_id) { in evp_mac_from_algorithm()
A Dkem.c277 for (; fns->function_id != 0; fns++) { in evp_kem_from_algorithm()
278 switch (fns->function_id) { in evp_kem_from_algorithm()
A Dkeymgmt_meth.c56 for (; fns->function_id != 0; fns++) { in keymgmt_from_algorithm()
57 switch (fns->function_id) { in keymgmt_from_algorithm()
A Dasymcipher.c343 for (; fns->function_id != 0; fns++) { in evp_asym_cipher_from_algorithm()
344 switch (fns->function_id) { in evp_asym_cipher_from_algorithm()
A Dexchange.c61 for (; fns->function_id != 0; fns++) { in evp_keyexch_from_algorithm()
62 switch (fns->function_id) { in evp_keyexch_from_algorithm()
A Devp_rand.c137 for (; fns->function_id != 0; fns++) { in evp_rand_from_algorithm()
138 switch (fns->function_id) { in evp_rand_from_algorithm()
A Dsignature.c63 for (; fns->function_id != 0; fns++) { in evp_signature_from_algorithm()
64 switch (fns->function_id) { in evp_signature_from_algorithm()
A Ddigest.c936 for (; fns->function_id != 0; fns++) { in evp_md_from_algorithm()
937 switch (fns->function_id) { in evp_md_from_algorithm()
/openssl-master/include/openssl/
A Dcore.h41 int function_id; member
/openssl-master/providers/fips/
A Dfipsprov.c552 for (; in->function_id != 0; in++) { in OSSL_provider_init_int()
559 switch (in->function_id) { in OSSL_provider_init_int()
737 for (; in->function_id != 0; in++) { in ossl_fips_intern_provider_init()
738 switch (in->function_id) { in ossl_fips_intern_provider_init()
/openssl-master/crypto/store/
A Dstore_meth.c185 for (; fns->function_id != 0; fns++) { in loader_from_algorithm()
186 switch (fns->function_id) { in loader_from_algorithm()
/openssl-master/doc/internal/man3/
A Devp_generic_fetch.pod143 for (; fns->function_id != 0; fns++) {
144 switch (fns->function_id) {
/openssl-master/crypto/encode_decode/
A Ddecoder_meth.c216 for (; fns->function_id != 0; fns++) { in ossl_decoder_from_algorithm()
217 switch (fns->function_id) { in ossl_decoder_from_algorithm()
A Dencoder_meth.c216 for (; fns->function_id != 0; fns++) { in encoder_from_algorithm()
217 switch (fns->function_id) { in encoder_from_algorithm()
/openssl-master/providers/implementations/rands/
A Ddrbg.c730 while (dispatch->function_id != 0) { in find_call()
731 if (dispatch->function_id == function) in find_call()

Completed in 33 milliseconds

12