Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/bn/
Dbn_convert.c685 CBB cbb, cbb_bin; in BN_bn2mpi() local
698 if (!CBB_add_u32_length_prefixed(&cbb, &cbb_bin)) in BN_bn2mpi()
700 if (!CBB_add_space(&cbb_bin, &out_bin, out_bin_len)) in BN_bn2mpi()