Searched refs:numN (Results 1 – 1 of 1) sorted by relevance
31 int numN = BN_num_bytes(N); in srp_Calc_xy() local42 if ((tmp = OPENSSL_malloc(numN * 2)) == NULL) in srp_Calc_xy()44 if (BN_bn2binpad(x, tmp, numN) < 0 in srp_Calc_xy()45 || BN_bn2binpad(y, tmp + numN, numN) < 0 in srp_Calc_xy()46 || !EVP_Digest(tmp, numN * 2, digest, NULL, sha1, NULL)) in srp_Calc_xy()