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/ |
| D | openssl_dh_helper.c | 49 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/ |
| D | hks_openssl_dh.c | 90 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/ |
| D | hks_client_service_adapter.c | 322 …uint32_t keySize, const struct HksBlob *pubKey, const struct HksBlob *privKey, struct HksBlob *x50… in DhToX509PublicKey()
|
| /base/security/crypto_framework/test/unittest/src/ |
| D | openssl_adapter_mock.c | 233 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/ |
| D | openssl_adapter.c | 135 int OpensslEcKeySetPrivateKey(EC_KEY *key, const BIGNUM *privKey) in OpensslEcKeySetPrivateKey() 1306 int OpensslDhSet0Key(DH *dh, BIGNUM *pubKey, BIGNUM *privKey) in OpensslDhSet0Key()
|