Searched refs:cAB (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/srp/
H A Dsrp_lib.c121 unsigned char *cAB; local
132 if ((cAB = OPENSSL_malloc(2 * longN)) == NULL)
135 memset(cAB, 0, longN);
139 EVP_DigestUpdate(&ctxt, cAB + BN_bn2bin(A, cAB + longN), longN);
140 EVP_DigestUpdate(&ctxt, cAB + BN_bn2bin(B, cAB + longN), longN);
141 OPENSSL_free(cAB);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/srp/
H A Dsrp_lib.c121 unsigned char *cAB; local
132 if ((cAB = OPENSSL_malloc(2 * longN)) == NULL)
135 memset(cAB, 0, longN);
139 EVP_DigestUpdate(&ctxt, cAB + BN_bn2bin(A, cAB + longN), longN);
140 EVP_DigestUpdate(&ctxt, cAB + BN_bn2bin(B, cAB + longN), longN);
141 OPENSSL_free(cAB);

Completed in 51 milliseconds