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

/barrelfish-master/lib/openssl-1.0.0d/demos/engines/ibmca/
H A Dica_openssl_api.h85 ICA_KEY_RSA_MODEXPO_REC keyRecord; member in struct:_ICA_KEY_RSA_MODEXPO
124 ICA_KEY_RSA_CRT_REC keyRecord; member in struct:_ICA_KEY_RSA_CRT
H A Dhw_ibmca.c525 publKey->expOffset = (char *) publKey->keyRecord - (char *) publKey;
543 then we have a big problem and will underflow the keyRecord
553 BN_bn2bin(p, &publKey->keyRecord[publKey->expLength -
555 BN_bn2bin(m, &publKey->keyRecord[publKey->expLength]);
563 publKey->expOffset = CORRECT_ENDIANNESS((char *) publKey->keyRecord -
682 if ( keyRecordSize > sizeof(privKey->keyRecord )) {
714 offset = (char *) privKey->keyRecord
750 pkey = (char *) privKey->keyRecord;

Completed in 64 milliseconds