Searched refs:field_size (Results 1 – 2 of 2) sorted by relevance
155 size_t field_size = 0; in do_keypriv_conv() local166 field_size = crypto_bignum_num_bytes(inkey->g); in do_keypriv_conv()167 crypto_bignum_bn2bin(inkey->g, outkey->g.data + l_bytes - field_size); in do_keypriv_conv()175 field_size = crypto_bignum_num_bytes(inkey->p); in do_keypriv_conv()184 field_size = crypto_bignum_num_bytes(inkey->q); in do_keypriv_conv()193 field_size = crypto_bignum_num_bytes(inkey->x); in do_keypriv_conv()217 size_t field_size = 0; in do_keypub_conv() local228 field_size = crypto_bignum_num_bytes(inkey->g); in do_keypub_conv()237 field_size = crypto_bignum_num_bytes(inkey->p); in do_keypub_conv()246 field_size = crypto_bignum_num_bytes(inkey->q); in do_keypub_conv()[all …]
62 size_t field_size = 0; in do_keypair_conv_p_g() local82 field_size = crypto_bignum_num_bytes(inkey->g); in do_keypair_conv_p_g()83 crypto_bignum_bn2bin(inkey->g, outkey->g.data + p_size - field_size); in do_keypair_conv_p_g()
Completed in 4 milliseconds