Home
last modified time | relevance | path

Searched defs:bn_array (Results 1 – 2 of 2) sorted by relevance

/base/tee/tee_os_framework/lib/teelib/libcrypto_hal/src/boringssl/
Dsoft_rsa_api.c149 BIGNUM *bn_array[] = {bn_n, bn_e, bn_d}; in convert_rsa_boring_to_non_crt() local
175 …BIGNUM *bn_array[] = {key_pair_bignum.bn_n, key_pair_bignum.bn_e, key_pair_bignum.bn_d, key_pair_b… in convert_rsa_boring_to_crt() local
499 static int32_t get_rsa_crt_big_num(const struct rsa_priv_key_t *private_key, BIGNUM *bn_array[], ui… in get_rsa_crt_big_num()
533 static RSA *set_boring_rsa_key(BIGNUM *bn_n, BIGNUM *bn_e, BIGNUM *bn_d, BIGNUM *bn_array[]) in set_boring_rsa_key()
656 BIGNUM *bn_array[RSA_CRT_KEY_ATTRIBUTE_COUNT] = { 0 }; in convert_rsa_crt_to_boring() local
/base/tee/tee_os_framework/lib/teelib/libswcrypto_engine/src/
Drsa_wrapper.c420 static TEE_Result get_rsa_crt_big_num(const rsa_priv_key_t *priv, BIGNUM *bn_array[]) in get_rsa_crt_big_num()
459 static RSA *set_boring_rsa_key(BIGNUM *bn_n, BIGNUM *bn_e, BIGNUM *bn_d, BIGNUM *bn_array[]) in set_boring_rsa_key()
516 BIGNUM *bn_array[RSA_CRT_KEY_ATTRIBUTE_COUNT] = { 0 }; in builed_rsa_key_crt() local