Searched refs:okm_ptr (Results 1 – 2 of 2) sorted by relevance
153 uint8_t* okm_ptr, in HkdfExpand() argument176 if (prk_ptr == NULL || prk_len == 0 || okm_ptr == NULL) { in HkdfExpand()226 CC_PalMemCopy(okm_ptr+disp, T, (i!=N)?HashOutputSizeBytes:okm_len-disp); in HkdfExpand()234 CC_PalMemSetZero(okm_ptr, okm_len); in HkdfExpand()
167 uint8_t* okm_ptr, in HkdfExpand() argument191 if (prk_ptr == NULL || prk_len == 0 || okm_ptr == NULL) { in HkdfExpand()249 CC_PalMemCopy(okm_ptr+disp, T, (i!=N)?HashOutputSizeBytes:okm_len-disp); in HkdfExpand()260 CC_PalMemSetZero(okm_ptr, okm_len); in HkdfExpand()