Searched refs:BN_RECP_CTX (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h296 } BN_RECP_CTX; typedef in typeref:struct:bn_recp_ctx_st
467 void BN_RECP_CTX_init(BN_RECP_CTX *recp);
468 BN_RECP_CTX *BN_RECP_CTX_new(void);
469 void BN_RECP_CTX_free(BN_RECP_CTX *recp);
470 int BN_RECP_CTX_set(BN_RECP_CTX *recp,const BIGNUM *rdiv,BN_CTX *ctx);
472 BN_RECP_CTX *recp,BN_CTX *ctx);
476 BN_RECP_CTX *recp, BN_CTX *ctx);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h296 } BN_RECP_CTX; typedef in typeref:struct:bn_recp_ctx_st
467 void BN_RECP_CTX_init(BN_RECP_CTX *recp);
468 BN_RECP_CTX *BN_RECP_CTX_new(void);
469 void BN_RECP_CTX_free(BN_RECP_CTX *recp);
470 int BN_RECP_CTX_set(BN_RECP_CTX *recp,const BIGNUM *rdiv,BN_CTX *ctx);
472 BN_RECP_CTX *recp,BN_CTX *ctx);
476 BN_RECP_CTX *recp, BN_CTX *ctx);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h275 } BN_RECP_CTX; typedef in typeref:struct:bn_recp_ctx_st
445 void BN_RECP_CTX_init(BN_RECP_CTX *recp);
446 BN_RECP_CTX *BN_RECP_CTX_new(void);
447 void BN_RECP_CTX_free(BN_RECP_CTX *recp);
448 int BN_RECP_CTX_set(BN_RECP_CTX *recp,const BIGNUM *rdiv,BN_CTX *ctx);
450 BN_RECP_CTX *recp,BN_CTX *ctx);
454 BN_RECP_CTX *recp, BN_CTX *ctx);
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dossl_typ.h111 typedef struct bn_recp_ctx_st BN_RECP_CTX; typedef in typeref:struct:bn_recp_ctx_st
H A Dbn.h544 void BN_RECP_CTX_init(BN_RECP_CTX *recp);
545 BN_RECP_CTX *BN_RECP_CTX_new(void);
546 void BN_RECP_CTX_free(BN_RECP_CTX *recp);
547 int BN_RECP_CTX_set(BN_RECP_CTX *recp,const BIGNUM *rdiv,BN_CTX *ctx);
549 BN_RECP_CTX *recp,BN_CTX *ctx);
553 BN_RECP_CTX *recp, BN_CTX *ctx);

Completed in 109 milliseconds