Home
last modified time | relevance | path

Searched defs:privKey (Results 1 – 5 of 5) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
Dopenssl_dh_helper.c49 const BIGNUM *privKey = NULL; in DhSaveKeyMaterial() local
127 BIGNUM *privKey = BN_bin2bn(key->data + offset, keyMaterial->priKeySize, NULL); in InitDhStruct() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_dh.c90 BIGNUM *privKey = BN_bin2bn(key->data + offset, keyMaterial->priKeySize, NULL); in InitDhStruct() local
131 const BIGNUM *privKey = NULL; in DhSaveKeyMaterial() local
/base/security/huks/utils/crypto_adapter/
Dhks_client_service_adapter.c322 …uint32_t keySize, const struct HksBlob *pubKey, const struct HksBlob *privKey, struct HksBlob *x50… in DhToX509PublicKey()
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c233 int OpensslEcKeySetPrivateKey(EC_KEY *key, const BIGNUM *privKey) in OpensslEcKeySetPrivateKey()
1857 int OpensslDhSet0Key(DH *dh, BIGNUM *pubKey, BIGNUM *privKey) in OpensslDhSet0Key()
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Dopenssl_adapter.c135 int OpensslEcKeySetPrivateKey(EC_KEY *key, const BIGNUM *privKey) in OpensslEcKeySetPrivateKey()
1306 int OpensslDhSet0Key(DH *dh, BIGNUM *pubKey, BIGNUM *privKey) in OpensslDhSet0Key()