Searched refs:bi_export (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/gpxe/src/crypto/axtls/ |
D | rsa.c | 150 bi_export(ctx->bi_ctx, decrypted_bi, block, byte_size); in RSA_decrypt() 283 bi_export(ctx->bi_ctx, encrypt_bi, out_data, byte_size); in RSA_encrypt() 308 bi_export(ctx, decrypted_bi, block, sig_len);
|
D | bigint.h | 43 void bi_export(BI_CTX *ctx, bigint *bi, uint8_t *data, int size);
|
D | bigint.c | 676 void bi_export(BI_CTX *ctx, bigint *x, uint8_t *data, int size) in bi_export() function
|