Searched defs:Unique_BIGNUM (Results 1 - 1 of 1) sorted by last modified time

/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp169 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; typedef
2248 Unique_BIGNUM key(NULL);
2665 Unique_BIGNUM e(eRef);
3270 Unique_BIGNUM p(pRef);
3276 Unique_BIGNUM a(aRef);
3282 Unique_BIGNUM b(bRef);
3346 Unique_BIGNUM p(BN_new());
3347 Unique_BIGNUM a(BN_new());
3348 Unique_BIGNUM b(BN_new());
3399 Unique_BIGNUM orde
[all...]

Completed in 63 milliseconds