Searched refs:bim (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/crypto/axtls/
H A Dbigint.h51 bigint *bi_divide(BI_CTX *ctx, bigint *bia, bigint *bim, int is_mod);
54 bigint *bi_mod_power2(BI_CTX *ctx, bigint *bi, bigint *bim, bigint *biexp);
56 void bi_set_mod(BI_CTX *ctx, bigint *bim, int mod_offset);
H A Dbigint.c500 static comp modular_inverse(bigint *bim) argument
506 comp N = bim->comps[0];
708 * @param bim [in] The bigint modulus that will be used.
714 void bi_set_mod(BI_CTX *ctx, bigint *bim, int mod_offset) argument
716 int k = bim->size;
717 comp d = (comp)((long_comp)COMP_RADIX/(bim->comps[k-1]+1));
722 ctx->bi_mod[mod_offset] = bim;
724 ctx->bi_normalised_mod[mod_offset] = bi_int_multiply(ctx, bim, d);
1168 bigint *bim = ctx->bi_mod[mod_offset]; local
1178 n = bim
1298 bigint *bim = ctx->bi_mod[mod_offset]; local
1472 bi_mod_power2(BI_CTX *ctx, bigint *bi, bigint *bim, bigint *biexp) argument
[all...]
/external/ImageMagick/www/api/
H A Dprofile.php292 <dd>the profile name, for example icc, exif, and 8bim (8bim is the Photoshop wrapper for iptc profiles). </dd>

Completed in 102 milliseconds