Searched refs:pub_key (Results 1 – 5 of 5) sorted by relevance
/base/security/huks/interfaces/inner_api/huks_lite/ |
D | hks_client.h | 86 struct hks_blob *pub_key);
|
/base/security/device_security_level/oem_property/ohos/standard/ |
D | dslm_cred_tool.py | 182 …def digest_verify_with_pub_key(self, pub_key: bytes, content: bytes, sig: bytes, digest: str = '-s… 186 pub_key_base64 = base64.b64encode(pub_key).decode('utf8') 188 pub_key = '{}{}{}{}{}{}'.format( 193 pubkey_file.write(pub_key.encode('utf8'))
|
/base/security/crypto_framework/plugin/openssl_plugin/common/src/ |
D | openssl_adapter.c | 479 int Openssl_DSA_set0_key(DSA *dsa, BIGNUM *pub_key, BIGNUM *pri_key) in Openssl_DSA_set0_key() argument 481 return DSA_set0_key(dsa, pub_key, pri_key); in Openssl_DSA_set0_key()
|
/base/security/crypto_framework/test/unittest/src/ |
D | openssl_adapter_mock.c | 761 int Openssl_DSA_set0_key(DSA *dsa, BIGNUM *pub_key, BIGNUM *pri_key) in Openssl_DSA_set0_key() argument 766 return DSA_set0_key(dsa, pub_key, pri_key); in Openssl_DSA_set0_key()
|
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
D | openssl_adapter.h | 138 int Openssl_DSA_set0_key(DSA *dsa, BIGNUM *pub_key, BIGNUM *pri_key);
|