HomeSort by relevance Sort by last modified time
    Searched refs:bn3 (Results 1 - 2 of 2) sorted by null

  /external/openssh/regress/unittests/sshbuf/
test_sshbuf_getput_basic.c 42 u_char bn3[] = { 0x00, 0x80, 0x09 }; local
470 ASSERT_INT_EQ(sshbuf_put_bignum2_bytes(p1, bn3+1, sizeof(bn3)-1), 0);
479 ASSERT_INT_EQ(sshbuf_put_bignum2_bytes(p1, bn3, sizeof(bn3)), 0);
  /external/tpm2/
CpriECC.c 601 BIGNUM *bn3; local
612 bn3 = BN_CTX_get(context);
621 || !BN_set_word(bn3, 3)
633 || !BN_mod_exp(bnX, bnX, bn3, bnP, context)
    [all...]

Completed in 99 milliseconds