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

/external/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 563 milliseconds