Searched refs:inputAlg (Results 1 – 1 of 1) sorted by relevance
278 char inputAlg[1025] = {0}; /* 1025: size bigger than max */ variable279 for (uint32_t i = 0; i < sizeof(inputAlg); ++i) {280 inputAlg[i] = 'c';282 res = HcfCertChainValidatorCreate(inputAlg, &pathValidator);