Home
last modified time | relevance | path

Searched defs:priKey (Results 1 – 7 of 7) sorted by relevance

/third_party/openhitls/tls/handshake/send/src/
Dsend_server_key_exchange.c40 …T_Key *GenerateDhEphemeralKey(HITLS_Lib_Ctx *libCtx, const char *attrName, HITLS_CRYPT_Key *priKey) in GenerateDhEphemeralKey()
/third_party/openhitls/crypto/rsa/src/
Drsa_keygen.c422 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()
Drsa_encdec.c198 …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/
Dhs_kx.c499 HITLS_CERT_Key *priKey = SAL_CERT_GetCurrentPrivateKey(certMgrCtx, true); in GenPremasterSecretFromEcdhe() local
/third_party/openhitls/include/tls/
Dhitls_crypt_type.h257 …HITLS_CRYPT_Key *priKey; /* Local private key, which is used for SM2 algorithm negotiati… member
/third_party/openhitls/testcode/sdv/testcase/crypto/rsa/
Dtest_suite_sdv_eal_rsa_sign_verify.c1308 CRYPT_EAL_PkeyPrv priKey = {0}; in SDV_CRYPTO_RSA_RSABSSA_BLINDING_FUNC_TC002() local
/third_party/openhitls/crypto/hpke/src/
Dhpke.c345 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()