Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp175 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM; typedef
2691 Unique_BIGNUM key(nullptr);
3087 Unique_BIGNUM e(eRef);
3445 Unique_BIGNUM pStorage(p);
3446 Unique_BIGNUM aStorage(a);
3447 Unique_BIGNUM bStorage(b);
3448 Unique_BIGNUM xStorage(x);
3449 Unique_BIGNUM yStorage(y);
3450 Unique_BIGNUM orderStorage(order);
3451 Unique_BIGNUM cofactorStorage(cofactor);
[all …]