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

/barrelfish-master/lib/openssl-1.0.0d/demos/engines/ibmca/
H A Dhw_ibmca.c481 int inLen, outLen, tmpLen; local
530 outLen = BN_num_bytes(m);
533 if (outLen > 256 ) {
540 publKey->expLength = publKey->nLength = outLen;
546 if (outLen < BN_num_bytes(p)){
566 tmpLen = outLen;
571 memset(argument->d, 0, outLen);
572 BN_bn2bin(a, (unsigned char *)argument->d + outLen -
575 inLen = outLen;
580 publKey, &outLen, (unsigne
642 int inLen, outLen; local
[all...]

Completed in 32 milliseconds