Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-pkcs11.c521 CK_ULONG siglen = 0, bnlen; in ecdsa_do_sign() local
553 bnlen = siglen/2; in ecdsa_do_sign()
558 if ((r = BN_bin2bn(sig, bnlen, NULL)) == NULL || in ecdsa_do_sign()
559 (s = BN_bin2bn(sig+bnlen, bnlen, NULL)) == NULL) { in ecdsa_do_sign()