Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/axtls/
Drsa.c98 bi_free_mod(rsa_ctx->bi_ctx, BIGINT_M_OFFSET); in RSA_free()
111 bi_free_mod(rsa_ctx->bi_ctx, BIGINT_P_OFFSET); in RSA_free()
112 bi_free_mod(rsa_ctx->bi_ctx, BIGINT_Q_OFFSET); in RSA_free()
Dbigint.h57 void bi_free_mod(BI_CTX *ctx, int mod_offset);
Dbigint.c753 void bi_free_mod(BI_CTX *ctx, int mod_offset) in bi_free_mod() function
1487 bi_free_mod(tmp_ctx, BIGINT_M_OFFSET); in bi_mod_power2()