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

/vbox/src/VBox/Runtime/common/crypto/
H A Dpkix-signature-rsa.cpp73 uint8_t abSignature[RTCRRSA_MAX_MODULUS_BITS / 8 * 2]; member in union:RTCRPKIXSIGNATURERSA::__anon16552
275 uint8_t *pbDst = &pThis->Scratch.abSignature[0];
288 Assert((size_t)(pbDst - &pThis->Scratch.abSignature[0]) == cbEncodedMsg);
333 uint8_t *pbDecrypted = &pThis->Scratch.abSignature[sizeof(pThis->Scratch) / 2];
346 if (memcmp(&pThis->Scratch.abSignature[0], pbDecrypted, cbDecrypted) == 0)
358 if (memcmp(&pThis->Scratch.abSignature[0], pbDecrypted, cbDecrypted) == 0)
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvmgpt.cpp54 char abSignature[8]; member in struct:GptHdr
243 && !strncmp(&Hdr.abSignature[0], RTDVM_GPT_SIGNATURE, RT_ELEMENTS(Hdr.abSignature))

Completed in 49 milliseconds