Home
last modified time | relevance | path

Searched refs:bn_r (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/common/
Dcommon_rsa_keypair.c177 BIGNUM *bn_r = BN_new(); in CC_CommonRSACalculateNpInt() local
194 if ((NULL == bn_r) || in CC_CommonRSACalculateNpInt()
208 if (!BN_exp (bn_r, bn_a, bn_p, bn_ctx)) { in CC_CommonRSACalculateNpInt()
212 if (!BN_div (bn_quo, bn_rem, bn_r, n, bn_ctx)) { in CC_CommonRSACalculateNpInt()
247 if (bn_r != NULL) { in CC_CommonRSACalculateNpInt()
248 BN_free (bn_r); in CC_CommonRSACalculateNpInt()
Dcommon_sb_ops.h84 BN_free (bn_r); \