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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dica_openssl_api.h89 * NOTE: All the fields in the ICA_KEY_RSA_CRT structure
124 } ICA_KEY_RSA_CRT; typedef in typeref:struct:_ICA_KEY_RSA_CRT
125 # define SZ_HEADER_CRT (sizeof(ICA_KEY_RSA_CRT) - sizeof(ICA_KEY_RSA_CRT_REC))
143 ICA_KEY_RSA_CRT *pKeyCrt,
165 * The ICA_KEY_RSA_MODEXPO & ICA_KEY_RSA_CRT lengths and offsets must be in
H A Dhw_ibmca.c621 ICA_KEY_RSA_CRT *privKey = NULL;
653 privKey = (ICA_KEY_RSA_CRT *)key->d;
676 memset(privKey, 0, sizeof(ICA_KEY_RSA_CRT));
678 privKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_CRT));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/ibmca/
H A Dica_openssl_api.h89 * NOTE: All the fields in the ICA_KEY_RSA_CRT structure
124 } ICA_KEY_RSA_CRT; typedef in typeref:struct:_ICA_KEY_RSA_CRT
125 # define SZ_HEADER_CRT (sizeof(ICA_KEY_RSA_CRT) - sizeof(ICA_KEY_RSA_CRT_REC))
143 ICA_KEY_RSA_CRT *pKeyCrt,
165 * The ICA_KEY_RSA_MODEXPO & ICA_KEY_RSA_CRT lengths and offsets must be in
H A Dhw_ibmca.c621 ICA_KEY_RSA_CRT *privKey = NULL;
653 privKey = (ICA_KEY_RSA_CRT *)key->d;
676 memset(privKey, 0, sizeof(ICA_KEY_RSA_CRT));
678 privKey->keyLength = CORRECT_ENDIANNESS(sizeof(ICA_KEY_RSA_CRT));

Completed in 33 milliseconds