Home | History | Annotate | Download | only in openssh

Lines Matching refs:BN_bin2bn

1018 	if ((ret = BN_bin2bn(secret, secret_len, NULL)) == NULL)
1019 fatal("%s: BN_bin2bn (secret)", __func__);