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

/barrelfish-master/lib/openssl-1.0.0d/demos/engines/ibmca/
H A Dica_openssl_api.h73 unsigned int keyLength; /* Total length of the token. */ member in struct:_ICA_KEY_RSA_MODEXPO
97 unsigned int keyLength; /* Total length of the token. */ member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c524 publKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_MODEXPO));
701 privKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_CRT));
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_4758cca.c633 long keyLength ; local
673 keyLength = RSA_size(rsa);
675 if (length - RSA_PKCS1_PADDING > keyLength)
699 (unsigned int)keyLength+1);
714 (unsigned int)keyLength+1);
735 OPENSSL_cleanse(hashBuffer, keyLength+1);
759 long keyLength ; local
798 keyLength = RSA_size(rsa);
800 if (length - RSA_PKCS1_PADDING > keyLength)
823 (unsigned int)keyLength
[all...]

Completed in 35 milliseconds