Home
last modified time | relevance | path

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

/optee_test/host/openssl/include/openssl/
A Dbn.h309 typedef struct bn_recp_ctx_st BN_RECP_CTX;
625 void BN_RECP_CTX_init(BN_RECP_CTX *recp);
626 BN_RECP_CTX *BN_RECP_CTX_new(void);
627 void BN_RECP_CTX_free(BN_RECP_CTX *recp);
628 int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *rdiv, BN_CTX *ctx);
630 BN_RECP_CTX *recp, BN_CTX *ctx);
634 BN_RECP_CTX *recp, BN_CTX *ctx);
A Dossl_typ.h124 typedef struct bn_recp_ctx_st BN_RECP_CTX; typedef

Completed in 6 milliseconds