Home
last modified time | relevance | path

Searched refs:Openssl_RSA_get0_d (Results 1 – 4 of 4) sorted by relevance

/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
Dopenssl_adapter.h160 const BIGNUM *Openssl_RSA_get0_d(const RSA *d);
/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Dopenssl_adapter.c580 const BIGNUM *Openssl_RSA_get0_d(const RSA *d) in Openssl_RSA_get0_d() function
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c895 const BIGNUM *Openssl_RSA_get0_d(const RSA *d) in Openssl_RSA_get0_d() function
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Drsa_asy_key_generator_openssl.c182 const BIGNUM *d = Openssl_RSA_get0_d(impl->sk); in GetRsaPriKeySpecBigInteger()