Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/crypto/axtls/
Drsa.c64 bi_set_mod(bi_ctx, rsa_ctx->p, BIGINT_P_OFFSET); in RSA_priv_key_new()
111 bi_free_mod(rsa_ctx->bi_ctx, BIGINT_P_OFFSET); in RSA_free()
207 ctx->mod_offset = BIGINT_P_OFFSET; in bi_crt()
215 ctx->mod_offset = BIGINT_P_OFFSET; in bi_crt()
Dbigint_impl.h25 #define BIGINT_P_OFFSET 1 /**< p modulo offset. */ macro