Home
last modified time | relevance | path

Searched refs:BN_CTX (Results 1 – 25 of 43) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dbn.h306 typedef struct bignum_ctx BN_CTX;
423 BN_CTX *BN_CTX_new(void);
425 void BN_CTX_init(BN_CTX *c);
427 void BN_CTX_free(BN_CTX *c);
428 void BN_CTX_start(BN_CTX *ctx);
429 BIGNUM *BN_CTX_get(BN_CTX *ctx);
430 void BN_CTX_end(BN_CTX *ctx);
450 int BN_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx);
451 int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
464 BN_CTX *ctx);
[all …]
H A Dec.h255 int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx);
264 BN_CTX *ctx);
298 const BIGNUM *b, BN_CTX *ctx);
309 BIGNUM *b, BN_CTX *ctx);
321 const BIGNUM *b, BN_CTX *ctx);
332 BIGNUM *b, BN_CTX *ctx);
345 int EC_GROUP_check(const EC_GROUP *group, BN_CTX *ctx);
352 int EC_GROUP_check_discriminant(const EC_GROUP *group, BN_CTX *ctx);
360 int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ctx);
376 const BIGNUM *b, BN_CTX *ctx);
[all …]
H A Ddsa.h132 int (*dsa_sign_setup) (DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp,
137 BIGNUM *a2, BIGNUM *p2, BIGNUM *m, BN_CTX *ctx,
141 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
210 int DSA_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);
H A Decdsa.h178 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv, BIGNUM **rp);
276 BN_CTX *ctx,
H A Drsa.h96 int (*rsa_mod_exp) (BIGNUM *r0, const BIGNUM *I, RSA *rsa, BN_CTX *ctx);
99 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
427 int RSA_blinding_on(RSA *rsa, BN_CTX *ctx);
429 BN_BLINDING *RSA_setup_blinding(RSA *rsa, BN_CTX *ctx);
H A Dossl_typ.h121 typedef struct bignum_ctx BN_CTX; typedef
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dbn.h345 OPENSSL_EXPORT BN_CTX *BN_CTX_new(void);
349 OPENSSL_EXPORT void BN_CTX_free(BN_CTX *ctx);
353 OPENSSL_EXPORT void BN_CTX_start(BN_CTX *ctx);
358 OPENSSL_EXPORT BIGNUM *BN_CTX_get(BN_CTX *ctx);
362 OPENSSL_EXPORT void BN_CTX_end(BN_CTX *ctx);
395 BN_CTX *ctx);
404 OPENSSL_EXPORT int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
413 BN_CTX *ctx);
423 OPENSSL_EXPORT int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx);
534 const BIGNUM *divisor, BN_CTX *ctx);
[all …]
H A Dec.h126 BN_CTX *ignored);
142 BIGNUM *cofactor, BN_CTX *ctx);
151 BN_CTX *ctx);
203 const EC_POINT *point, BN_CTX *ctx);
208 const EC_POINT *b, BN_CTX *ctx);
222 BN_CTX *ctx);
229 BN_CTX *ctx);
245 BN_CTX *ctx);
253 BN_CTX *ctx);
262 uint8_t *buf, size_t len, BN_CTX *ctx);
[all …]
H A Dec_key.h186 unsigned char **out_buf, BN_CTX *ctx);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dbn.h345 OPENSSL_EXPORT BN_CTX *BN_CTX_new(void);
349 OPENSSL_EXPORT void BN_CTX_free(BN_CTX *ctx);
353 OPENSSL_EXPORT void BN_CTX_start(BN_CTX *ctx);
358 OPENSSL_EXPORT BIGNUM *BN_CTX_get(BN_CTX *ctx);
362 OPENSSL_EXPORT void BN_CTX_end(BN_CTX *ctx);
395 BN_CTX *ctx);
404 OPENSSL_EXPORT int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
413 BN_CTX *ctx);
423 OPENSSL_EXPORT int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx);
534 const BIGNUM *divisor, BN_CTX *ctx);
[all …]
H A Dec.h126 BN_CTX *ignored);
142 BIGNUM *cofactor, BN_CTX *ctx);
151 BN_CTX *ctx);
203 const EC_POINT *point, BN_CTX *ctx);
208 const EC_POINT *b, BN_CTX *ctx);
222 BN_CTX *ctx);
229 BN_CTX *ctx);
245 BN_CTX *ctx);
253 BN_CTX *ctx);
262 uint8_t *buf, size_t len, BN_CTX *ctx);
[all …]
H A Dec_key.h186 unsigned char **out_buf, BN_CTX *ctx);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dbn.h345 OPENSSL_EXPORT BN_CTX *BN_CTX_new(void);
349 OPENSSL_EXPORT void BN_CTX_free(BN_CTX *ctx);
353 OPENSSL_EXPORT void BN_CTX_start(BN_CTX *ctx);
358 OPENSSL_EXPORT BIGNUM *BN_CTX_get(BN_CTX *ctx);
362 OPENSSL_EXPORT void BN_CTX_end(BN_CTX *ctx);
395 BN_CTX *ctx);
404 OPENSSL_EXPORT int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
413 BN_CTX *ctx);
423 OPENSSL_EXPORT int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx);
534 const BIGNUM *divisor, BN_CTX *ctx);
[all …]
H A Dec.h126 BN_CTX *ignored);
142 BIGNUM *cofactor, BN_CTX *ctx);
151 BN_CTX *ctx);
203 const EC_POINT *point, BN_CTX *ctx);
208 const EC_POINT *b, BN_CTX *ctx);
222 BN_CTX *ctx);
229 BN_CTX *ctx);
245 BN_CTX *ctx);
253 BN_CTX *ctx);
262 uint8_t *buf, size_t len, BN_CTX *ctx);
[all …]
H A Dec_key.h186 unsigned char **out_buf, BN_CTX *ctx);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dbn.h345 OPENSSL_EXPORT BN_CTX *BN_CTX_new(void);
349 OPENSSL_EXPORT void BN_CTX_free(BN_CTX *ctx);
353 OPENSSL_EXPORT void BN_CTX_start(BN_CTX *ctx);
358 OPENSSL_EXPORT BIGNUM *BN_CTX_get(BN_CTX *ctx);
362 OPENSSL_EXPORT void BN_CTX_end(BN_CTX *ctx);
395 BN_CTX *ctx);
404 OPENSSL_EXPORT int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
413 BN_CTX *ctx);
423 OPENSSL_EXPORT int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx);
534 const BIGNUM *divisor, BN_CTX *ctx);
[all …]
H A Dec.h126 BN_CTX *ignored);
142 BIGNUM *cofactor, BN_CTX *ctx);
151 BN_CTX *ctx);
203 const EC_POINT *point, BN_CTX *ctx);
208 const EC_POINT *b, BN_CTX *ctx);
222 BN_CTX *ctx);
229 BN_CTX *ctx);
245 BN_CTX *ctx);
253 BN_CTX *ctx);
262 uint8_t *buf, size_t len, BN_CTX *ctx);
[all …]
H A Dec_key.h186 unsigned char **out_buf, BN_CTX *ctx);
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dbn.h346 OPENSSL_EXPORT BN_CTX *BN_CTX_new(void);
350 OPENSSL_EXPORT void BN_CTX_free(BN_CTX *ctx);
354 OPENSSL_EXPORT void BN_CTX_start(BN_CTX *ctx);
359 OPENSSL_EXPORT BIGNUM *BN_CTX_get(BN_CTX *ctx);
363 OPENSSL_EXPORT void BN_CTX_end(BN_CTX *ctx);
396 BN_CTX *ctx);
405 OPENSSL_EXPORT int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
414 BN_CTX *ctx);
424 OPENSSL_EXPORT int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx);
524 const BIGNUM *divisor, BN_CTX *ctx);
[all …]
H A Dec.h124 BN_CTX *ignored);
137 BIGNUM *cofactor, BN_CTX *ctx);
146 BN_CTX *ctx);
192 const EC_POINT *point, BN_CTX *ctx);
197 const EC_POINT *b, BN_CTX *ctx);
202 BN_CTX *ctx);
208 EC_POINT *points[], BN_CTX *ctx);
219 BN_CTX *ctx);
229 BN_CTX *ctx);
238 uint8_t *buf, size_t len, BN_CTX *ctx);
[all …]
H A Decdsa.h131 OPENSSL_EXPORT int ECDSA_sign_setup(const EC_KEY *eckey, BN_CTX *ctx,
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dbn.h346 OPENSSL_EXPORT BN_CTX *BN_CTX_new(void);
350 OPENSSL_EXPORT void BN_CTX_free(BN_CTX *ctx);
354 OPENSSL_EXPORT void BN_CTX_start(BN_CTX *ctx);
359 OPENSSL_EXPORT BIGNUM *BN_CTX_get(BN_CTX *ctx);
363 OPENSSL_EXPORT void BN_CTX_end(BN_CTX *ctx);
396 BN_CTX *ctx);
405 OPENSSL_EXPORT int BN_sqr(BIGNUM *r, const BIGNUM *a, BN_CTX *ctx);
414 BN_CTX *ctx);
424 OPENSSL_EXPORT int BN_sqrt(BIGNUM *out_sqrt, const BIGNUM *in, BN_CTX *ctx);
524 const BIGNUM *divisor, BN_CTX *ctx);
[all …]
H A Dec.h124 BN_CTX *ignored);
137 BIGNUM *cofactor, BN_CTX *ctx);
146 BN_CTX *ctx);
192 const EC_POINT *point, BN_CTX *ctx);
197 const EC_POINT *b, BN_CTX *ctx);
202 BN_CTX *ctx);
208 EC_POINT *points[], BN_CTX *ctx);
219 BN_CTX *ctx);
229 BN_CTX *ctx);
238 uint8_t *buf, size_t len, BN_CTX *ctx);
[all …]
H A Decdsa.h131 OPENSSL_EXPORT int ECDSA_sign_setup(const EC_KEY *eckey, BN_CTX *ctx,
/OK3568_Linux_fs/buildroot/package/vboot-utils/
H A D0006-Update-for-openssl-1.1.patch155 BN_CTX *bn_ctx = BN_CTX_new();
241 BN_CTX *bn_ctx = BN_CTX_new();

12