Home
last modified time | relevance | path

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

/base/security/crypto_framework/plugin/openssl_plugin/common/src/
Dopenssl_common.c249 *dest = Openssl_BN_lebin2bn((src->data), (src->len), NULL); in BigIntegerToBigNum()
Dopenssl_adapter.c51 BIGNUM *Openssl_BN_lebin2bn(const unsigned char *s, int len, BIGNUM *ret) in Openssl_BN_lebin2bn() function
/base/security/crypto_framework/plugin/openssl_plugin/common/inc/
Dopenssl_adapter.h39 BIGNUM *Openssl_BN_lebin2bn(const unsigned char *s, int len, BIGNUM *ret);
/base/security/crypto_framework/test/unittest/src/
Dopenssl_adapter_mock.c107 BIGNUM *Openssl_BN_lebin2bn(const unsigned char *s, int len, BIGNUM *ret) in Openssl_BN_lebin2bn() function