| /mirbsd/src/lib/libssl/src/crypto/engine/ |
| D | eng_pkey.c | 87 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, in ENGINE_load_private_key() argument 113 pkey = e->load_privkey(e, key_id, ui_method, callback_data); in ENGINE_load_private_key() 123 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id, in ENGINE_load_public_key() argument 149 pkey = e->load_pubkey(e, key_id, ui_method, callback_data); in ENGINE_load_public_key()
|
| D | eng_openssl.c | 107 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, 348 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey() argument 353 fprintf(stderr, "(TEST_ENG_OPENSSL_PKEY)Loading Private key %s\n", key_id); in openssl_load_privkey() 354 in = BIO_new_file(key_id, "r"); in openssl_load_privkey()
|
| D | hw_sureware.c | 93 static EVP_PKEY *surewarehk_load_privkey(ENGINE *e, const char *key_id, 95 static EVP_PKEY *surewarehk_load_pubkey(ENGINE *e, const char *key_id, 637 static EVP_PKEY* sureware_load_public(ENGINE *e,const char *key_id,char *hptr,unsigned long el,char… in sureware_load_public() argument 670 ret=p_surewarehk_Load_Rsa_Pubkey(msg,key_id,el, in sureware_load_public() 712 ret=p_surewarehk_Load_Dsa_Pubkey(msg,key_id,el, in sureware_load_public() 759 static EVP_PKEY *surewarehk_load_privkey(ENGINE *e, const char *key_id, in surewarehk_load_privkey() argument 775 ret=p_surewarehk_Load_Privkey(msg,key_id,&hptr,&el,&keytype); in surewarehk_load_privkey() 782 res=sureware_load_public(e,key_id,hptr,el,keytype); in surewarehk_load_privkey() 787 static EVP_PKEY *surewarehk_load_pubkey(ENGINE *e, const char *key_id, in surewarehk_load_pubkey() argument 804 ret=p_surewarehk_Info_Pubkey(msg,key_id,&el,&keytype); in surewarehk_load_pubkey() [all …]
|
| D | hw_4758_cca.c | 376 static EVP_PKEY *ibm_4758_load_privkey(ENGINE* e, const char* key_id, in ibm_4758_load_privkey() argument 392 long keyLabelLength = strlen(key_id); in ibm_4758_load_privkey() 407 memcpy(keyLabel, key_id, keyLabelLength); in ibm_4758_load_privkey() 470 static EVP_PKEY *ibm_4758_load_pubkey(ENGINE* e, const char* key_id, in ibm_4758_load_pubkey() argument 484 long keyLabelLength = strlen(key_id); in ibm_4758_load_pubkey() 499 memcpy(keyLabel, key_id, keyLabelLength); in ibm_4758_load_pubkey()
|
| D | hw_ncipher.c | 133 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id, 135 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, 758 static EVP_PKEY *hwcrhk_load_privkey(ENGINE *eng, const char *key_id, in hwcrhk_load_privkey() argument 796 if (p_hwcrhk_RSALoadKey(hwcrhk_context, key_id, hptr, in hwcrhk_load_privkey() 863 static EVP_PKEY *hwcrhk_load_pubkey(ENGINE *eng, const char *key_id, in hwcrhk_load_pubkey() argument 869 res = hwcrhk_load_privkey(eng, key_id, in hwcrhk_load_pubkey()
|
| D | engine.h | 492 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, 494 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
|
| /mirbsd/src/lib/libssl/src/crypto/engine/vendor_defns/ |
| D | sureware.h | 98 typedef int SureWareHook_Load_Privkey_t(char*const msg,const char *key_id,char **hptr,unsigned long… 113 typedef int SureWareHook_Info_Pubkey_t(char*const msg,const char *key_id,unsigned long *num, 129 typedef int SureWareHook_Load_Rsa_Pubkey_t(char*const msg,const char *key_id,unsigned long num, 147 typedef int SureWareHook_Load_Dsa_Pubkey_t(char*const msg,const char *key_id,unsigned long num,
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | engine.pod | 132 EVP_PKEY *ENGINE_load_private_key(ENGINE *e, const char *key_id, 134 EVP_PKEY *ENGINE_load_public_key(ENGINE *e, const char *key_id,
|