OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mont_ctx
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/rsa/
blinding.c
407
BN_MONT_CTX *
mont_ctx
= NULL;
local
439
mont_ctx
= BN_MONT_CTX_set_locked(&rsa->mont_n, &rsa->lock, rsa->n, ctx);
440
if (
mont_ctx
== NULL) {
446
mont_ctx
);
/external/boringssl/src/crypto/ec/
ec.c
282
BN_MONT_CTX *
mont_ctx
= NULL;
local
295
mont_ctx
= BN_MONT_CTX_new();
296
if (
mont_ctx
== NULL) {
301
!BN_MONT_CTX_set(
mont_ctx
, order, bn_ctx)) {
305
built_in_curve_scalar_field_monts[i] =
mont_ctx
;
306
mont_ctx
= NULL;
312
BN_MONT_CTX_free(
mont_ctx
);
Completed in 66 milliseconds