Searched refs:OSSL_FUNC_KEYMGMT_IMPORT (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/providers/implementations/encode_decode/ |
D | endecoder_common.c | 43 if (fns->function_id == OSSL_FUNC_KEYMGMT_IMPORT) in ossl_prov_get_keymgmt_import()
|
/third_party/openssl/providers/implementations/keymgmt/ |
D | mac_legacy_kmgmt.c | 541 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))mac_import }, 563 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))mac_import },
|
D | rsa_kmgmt.c | 713 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))rsa_import }, 736 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))rsa_import },
|
D | dh_kmgmt.c | 841 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dh_import }, 873 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dh_import },
|
D | ec_kmgmt.c | 1418 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))ec_import }, 1449 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))sm2_import },
|
D | dsa_kmgmt.c | 670 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))dsa_import },
|
D | ecx_kmgmt.c | 805 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))ecx_import }, \
|
/third_party/openssl/test/ |
D | fake_rsaprov.c | 156 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))fake_rsa_keymgmt_import },
|
D | tls-provider.c | 752 { OSSL_FUNC_KEYMGMT_IMPORT, (void (*)(void))xor_import },
|
/third_party/openssl/crypto/evp/ |
D | keymgmt_meth.c | 148 case OSSL_FUNC_KEYMGMT_IMPORT: in keymgmt_from_algorithm()
|
/third_party/openssl/include/openssl/ |
D | core_dispatch.h | 628 # define OSSL_FUNC_KEYMGMT_IMPORT 40 macro
|
/third_party/openssl/doc/man7/ |
D | provider-keymgmt.pod | 116 OSSL_FUNC_keymgmt_import OSSL_FUNC_KEYMGMT_IMPORT
|