/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
H A D | endecoder_common.c | 20 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()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | provider_child.c | 66 for (; in->function_id != 0; in++) { in ossl_child_provider_init() 67 switch (in->function_id) { in ossl_child_provider_init() 214 for (; in->function_id != 0; in++) { in ossl_provider_init_as_child() 215 switch (in->function_id) { in ossl_provider_init_as_child()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | OSSL_DISPATCH.pod | 13 int function_id; 30 =item I<function_id> 38 signature that corresponds to the I<function_id>
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/common/ |
H A D | provider_seeding.c | 20 for (; fns->function_id != 0; fns++) { in ossl_prov_seeding_from_dispatch() 28 switch (fns->function_id) { in ossl_prov_seeding_from_dispatch()
|
H A D | bio_prov.c | 28 for (; fns->function_id != 0; fns++) { in ossl_prov_bio_from_dispatch() 29 switch (fns->function_id) { in ossl_prov_bio_from_dispatch()
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | upcallstest.c | 48 for (; in->function_id != 0; in++) { in obj_provider_init() 49 switch (in->function_id) { in obj_provider_init()
|
H A D | p_test.c | 236 for (; in->function_id != 0; in++) { in OSSL_provider_init() 237 switch (in->function_id) { in OSSL_provider_init()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/ |
H A D | baseprov.c | 136 for (; in->function_id != 0; in++) { in ossl_base_provider_init() 137 switch (in->function_id) { in ossl_base_provider_init()
|
H A D | defltprov.c | 553 for (; in->function_id != 0; in++) { in ossl_default_provider_init() 554 switch (in->function_id) { in ossl_default_provider_init()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_core.c | 160 for (; fns->function_id != 0; fns++) { in ossl_bio_init_core() 161 switch (fns->function_id) { in ossl_bio_init_core()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | kdf_meth.c | 78 for (; fns->function_id != 0; fns++) { in evp_kdf_from_algorithm() 79 switch (fns->function_id) { in evp_kdf_from_algorithm()
|
H A D | mac_meth.c | 79 for (; fns->function_id != 0; fns++) { in evp_mac_from_algorithm() 80 switch (fns->function_id) { in evp_mac_from_algorithm()
|
H A D | kem.c | 277 for (; fns->function_id != 0; fns++) { in evp_kem_from_algorithm() 278 switch (fns->function_id) { in evp_kem_from_algorithm()
|
H A D | keymgmt_meth.c | 56 for (; fns->function_id != 0; fns++) { in keymgmt_from_algorithm() 57 switch (fns->function_id) { in keymgmt_from_algorithm()
|
H A D | exchange.c | 61 for (; fns->function_id != 0; fns++) { in evp_keyexch_from_algorithm() 62 switch (fns->function_id) { in evp_keyexch_from_algorithm()
|
H A D | asymcipher.c | 343 for (; fns->function_id != 0; fns++) { in evp_asym_cipher_from_algorithm() 344 switch (fns->function_id) { in evp_asym_cipher_from_algorithm()
|
H A D | signature.c | 63 for (; fns->function_id != 0; fns++) { in evp_signature_from_algorithm() 64 switch (fns->function_id) { in evp_signature_from_algorithm()
|
H A D | evp_rand.c | 137 for (; fns->function_id != 0; fns++) { in evp_rand_from_algorithm() 138 switch (fns->function_id) { in evp_rand_from_algorithm()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | core.h | 41 int function_id; member
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/fips/ |
H A D | fipsprov.c | 553 for (; in->function_id != 0; in++) { in OSSL_provider_init_int() 560 switch (in->function_id) { in OSSL_provider_init_int() 740 for (; in->function_id != 0; in++) { in ossl_fips_intern_provider_init() 741 switch (in->function_id) { in ossl_fips_intern_provider_init()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/ |
H A D | store_meth.c | 207 for (; fns->function_id != 0; fns++) { in loader_from_algorithm() 208 switch (fns->function_id) { in loader_from_algorithm()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | evp_generic_fetch.pod | 143 for (; fns->function_id != 0; fns++) { 144 switch (fns->function_id) {
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | XRayFDRFormat.rst | 136 | function_id | ``28`` | A numeric ID for the function. Resolved to a | 152 shift right by ``0x04`` to obtain the function_id field. 156 shift right by 7 bits for the discriminant. The function_id field could be
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/ |
H A D | decoder_meth.c | 241 for (; fns->function_id != 0; fns++) { in ossl_decoder_from_algorithm() 242 switch (fns->function_id) { in ossl_decoder_from_algorithm()
|
H A D | encoder_meth.c | 241 for (; fns->function_id != 0; fns++) { in encoder_from_algorithm() 242 switch (fns->function_id) { in encoder_from_algorithm()
|