HomeSort by relevance Sort by last modified time
    Searched refs:ChainLength (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
common_dominator.h 38 : dominator_(block), chain_length_(ChainLength(block)) {
46 chain_length_ = ChainLength(block);
54 size_t chain_length = ChainLength(block);
82 static size_t ChainLength(HBasicBlock* block) {
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7VerifyNull.c 79 @param[out] ChainLength Length of the chained certificates list buffer in bytes.
94 OUT UINTN *ChainLength,
CryptPkcs7Verify.c 440 @param[out] ChainLength Length of the chained certificates list buffer in bytes.
455 OUT UINTN *ChainLength,
497 if ((P7Data == NULL) || (SignerChainCerts == NULL) || (ChainLength == NULL) ||
503 *ChainLength = 0;
638 *ChainLength = BufferSize;
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/
CryptPkcs7VerifyNull.c 79 @param[out] ChainLength Length of the chained certificates list buffer in bytes.
94 OUT UINTN *ChainLength,
  /device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
BaseCryptLib.h     [all...]

Completed in 118 milliseconds