Searched defs:priKey (Results 1 – 7 of 7) sorted by relevance
| /third_party/openhitls/tls/handshake/send/src/ |
| D | send_server_key_exchange.c | 40 …T_Key *GenerateDhEphemeralKey(HITLS_Lib_Ctx *libCtx, const char *attrName, HITLS_CRYPT_Key *priKey) in GenerateDhEphemeralKey()
|
| /third_party/openhitls/crypto/rsa/src/ |
| D | rsa_keygen.c | 422 CRYPT_RSA_PrvKey *priKey = BSL_SAL_Malloc(sizeof(CRYPT_RSA_PrvKey)); in RSA_NewPrvKey() local 709 static int32_t GenPQBasedOnProbPrimes(const CRYPT_RSA_Para *para, CRYPT_RSA_PrvKey *priKey, BN_Opti… in GenPQBasedOnProbPrimes()
|
| D | rsa_encdec.c | 198 …32_t RsaDecProcedureAlloc(RsaDecProcedurePara *para, uint32_t bits, const CRYPT_RSA_PrvKey *priKey) in RsaDecProcedureAlloc() 219 CRYPT_RSA_PrvKey *priKey = ctx->prvKey; in NormalDecProcedure() local
|
| /third_party/openhitls/tls/handshake/common/src/ |
| D | hs_kx.c | 499 HITLS_CERT_Key *priKey = SAL_CERT_GetCurrentPrivateKey(certMgrCtx, true); in GenPremasterSecretFromEcdhe() local
|
| /third_party/openhitls/include/tls/ |
| D | hitls_crypt_type.h | 257 …HITLS_CRYPT_Key *priKey; /* Local private key, which is used for SM2 algorithm negotiati… member
|
| /third_party/openhitls/testcode/sdv/testcase/crypto/rsa/ |
| D | test_suite_sdv_eal_rsa_sign_verify.c | 1308 CRYPT_EAL_PkeyPrv priKey = {0}; in SDV_CRYPTO_RSA_RSABSSA_BLINDING_FUNC_TC002() local
|
| /third_party/openhitls/crypto/hpke/src/ |
| D | hpke.c | 345 static int32_t HpkeCreatePriKey(uint8_t kemIdex, uint8_t *priKey, uint32_t priKeyLen, CRYPT_EAL_Pke… in HpkeCreatePriKey() 622 static int32_t HpkeComputeSharedSecret(CRYPT_EAL_HpkeCtx *ctx, CRYPT_EAL_PkeyCtx *priKey, CRYPT_EAL… in HpkeComputeSharedSecret()
|