Searched defs:dh (Results 1 - 6 of 6) sorted by relevance
/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
H A D | dh_openssl_common.c | 81 EVP_PKEY *NewEvpPkeyByDh(DH *dh, bool withDuplicate) in NewEvpPkeyByDh() argument
|
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/ |
H A D | hks_openssl_dh.c | 128 DhSaveKeyMaterial(const DH *dh, const uint32_t keySize, struct HksBlob *key) DhSaveKeyMaterial() argument 209 HksOpensslDhCheckPubKey(const struct HksBlob *nativeKey, DH *dh) HksOpensslDhCheckPubKey() argument 257 DH *dh = NULL; HksOpensslCheckDhKey() local 294 DH *dh = InitDhStruct(nativeKey); HksOpensslDhAgreeKey() local [all...] |
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | openssl_dh_helper.c | 46 static int32_t DhSaveKeyMaterial(const DH *dh, const uint32_t keySize, struct HksBlob *key) in DhSaveKeyMaterial() argument 89 DH *dh = DH_new_by_nid(nid); in DhGenerateKey() local 119 DH *dh in InitDhStruct() local 152 DH *dh = InitDhStruct(nativeKey, true); DhAgreeKey() local 230 const DH *dh = EVP_PKEY_get0_DH(pkey); DhX509ToHksBlob() local 271 DH *dh = InitDhStruct(key, true); DhHksBlobToX509() local [all...] |
/base/security/huks/utils/crypto_adapter/ |
H A D | hks_client_service_adapter.c | 329 DH *dh = NULL;
in DhToX509PublicKey() local 696 const DH *dh = EVP_PKEY_get0_DH(pkey);
in X509PublicKeyToDh() local [all...] |
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
H A D | dh_asy_key_generator_openssl.c | 278 DH *dh = NULL; in GetBigIntegerSpec() local 378 DH *dh = impl->sk; GetIntSpecFromDhPriKey() local 666 DH *dh = OpensslDhNew(); CreateOpensslDhKey() local 775 DH *dh = NULL; CreateDhKeyPairByCommSpec() local 814 DH *dh = NULL; CreateDhPubKeyByKeyPairSpec() local 830 DH *dh = NULL; CreateDhPriKeyByKeyPairSpec() local 880 DH *dh = NULL; CreateDhPubKeyBySpec() local 898 DH *dh = NULL; CreateDhPriKeyBySpec() local 923 DH *dh = OpensslEvpPkeyGet1Dh(pKey); ConvertDhPubKey() local 948 DH *dh = OpensslEvpPkeyGet1Dh(pKey); ConvertDhPriKey() local 1060 DH *dh = OpensslEvpPkeyGet1Dh(pkey); ConvertDhPemPubKey() local 1087 DH *dh = OpensslEvpPkeyGet1Dh(pkey); ConvertDhPemPriKey() local [all...] |
/base/security/crypto_framework/test/unittest/src/ |
H A D | openssl_adapter_mock.c | 1722 int OpensslDhComputeKeyPadded(unsigned char *key, const BIGNUM *pubKey, DH *dh) in OpensslDhComputeKeyPadded() argument 1730 void OpensslDhFree(DH *dh) in OpensslDhFree() argument 1737 int OpensslDhGenerateKey(DH *dh) in OpensslDhGenerateKey() argument 1745 const BIGNUM *OpensslDhGet0P(const DH *dh) in OpensslDhGet0P() argument 1753 const BIGNUM *OpensslDhGet0Q(const DH *dh) in OpensslDhGet0Q() argument 1761 OpensslDhGet0G(const DH *dh) OpensslDhGet0G() argument 1769 OpensslDhGetLength(const DH *dh) OpensslDhGetLength() argument 1777 OpensslDhSetLength(DH *dh, long length) OpensslDhSetLength() argument 1785 OpensslDhGet0PubKey(const DH *dh) OpensslDhGet0PubKey() argument 1793 OpensslDhGet0PrivKey(const DH *dh) OpensslDhGet0PrivKey() argument 1849 OpensslDhSet0Pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) OpensslDhSet0Pqg() argument 1857 OpensslDhSet0Key(DH *dh, BIGNUM *pubKey, BIGNUM *privKey) OpensslDhSet0Key() argument [all...] |
Completed in 7 milliseconds