Searched refs:OSSL_FUNC_KEYMGMT_IMPORT (Results 1 – 13 of 13) sorted by relevance
/openssl/providers/implementations/encode_decode/ |
H A D | endecoder_common.c | 43 if (fns->function_id == OSSL_FUNC_KEYMGMT_IMPORT) in ossl_prov_get_keymgmt_import()
|
/openssl/providers/implementations/keymgmt/ |
H A D | mac_legacy_kmgmt.c | 536 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))mac_import }, 558 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))mac_import },
|
H A D | rsa_kmgmt.c | 713 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))rsa_import }, 736 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))rsa_import },
|
H A D | template_kmgmt.c | 427 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))template_import },
|
H A D | dh_kmgmt.c | 861 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dh_import }, 893 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dh_import },
|
H A D | ec_kmgmt.c | 1484 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))ec_import }, 1515 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))sm2_import },
|
H A D | dsa_kmgmt.c | 742 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dsa_import },
|
H A D | ecx_kmgmt.c | 1005 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))ecx_import }, \
|
/openssl/test/ |
H A D | fake_rsaprov.c | 276 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))fake_rsa_keymgmt_import },
|
H A D | tls-provider.c | 155 if (fns->function_id == OSSL_FUNC_KEYMGMT_IMPORT) in xor_prov_get_keymgmt_import() 1109 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))xor_import }, 1163 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))xor_import }, 1187 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))xor_import },
|
/openssl/crypto/evp/ |
H A D | keymgmt_meth.c | 181 case OSSL_FUNC_KEYMGMT_IMPORT: in keymgmt_from_algorithm()
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 662 # define OSSL_FUNC_KEYMGMT_IMPORT 40 macro
|
/openssl/doc/man7/ |
H A D | provider-keymgmt.pod | 123 OSSL_FUNC_keymgmt_import OSSL_FUNC_KEYMGMT_IMPORT
|
Completed in 47 milliseconds