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

/barrelfish-master/lib/openssl-1.0.0d/demos/engines/ibmca/
H A Dica_openssl_api.h90 * NOTE: All the fields in the ICA_KEY_RSA_CRT structure
125 } ICA_KEY_RSA_CRT; typedef in typeref:struct:_ICA_KEY_RSA_CRT
126 #define SZ_HEADER_CRT (sizeof(ICA_KEY_RSA_CRT) - sizeof(ICA_KEY_RSA_CRT_REC))
147 ICA_KEY_RSA_CRT *pKeyCrt,
169 The ICA_KEY_RSA_MODEXPO & ICA_KEY_RSA_CRT lengths and
H A Dhw_ibmca.c641 ICA_KEY_RSA_CRT *privKey=NULL;
676 privKey = (ICA_KEY_RSA_CRT *)key->d;
699 memset(privKey, 0, sizeof(ICA_KEY_RSA_CRT));
701 privKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_CRT));

Completed in 34 milliseconds