Searched refs:decrypted_bi (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/crypto/axtls/ |
D | rsa.c | 135 bigint *decrypted_bi, *dat_bi; in RSA_decrypt() local 142 decrypted_bi = is_decryption ? /* decrypt or verify? */ in RSA_decrypt() 145 decrypted_bi = RSA_private(ctx, dat_bi); in RSA_decrypt() 150 bi_export(ctx->bi_ctx, decrypted_bi, block, byte_size); in RSA_decrypt() 296 bigint *decrypted_bi, *dat_bi; 306 decrypted_bi = bi_mod_power2(ctx, dat_bi, modulus, pub_exp); 308 bi_export(ctx, decrypted_bi, block, sig_len);
|