Home | History | Annotate | Download | only in Hash

Lines Matching refs:FALSE

40   If Sha384Context is NULL, then return FALSE.

45 @retval FALSE SHA-384 context initialization failed.
58 return FALSE;
70 If Sha384Context is NULL, then return FALSE.
71 If NewSha384Context is NULL, then return FALSE.
72 If this interface is not supported, then return FALSE.
78 @retval FALSE SHA-384 context copy failed.
79 @retval FALSE This interface is not supported.
93 return FALSE;
109 If Sha384Context is NULL, then return FALSE.
116 @retval FALSE SHA-384 data digest failed.
131 return FALSE;
138 return FALSE;
156 If Sha384Context is NULL, then return FALSE.
157 If HashValue is NULL, then return FALSE.
164 @retval FALSE SHA-384 digest computation failed.
178 return FALSE;
209 If Sha512Context is NULL, then return FALSE.
214 @retval FALSE SHA-512 context initialization failed.
227 return FALSE;
239 If Sha512Context is NULL, then return FALSE.
240 If NewSha512Context is NULL, then return FALSE.
241 If this interface is not supported, then return FALSE.
247 @retval FALSE SHA-512 context copy failed.
248 @retval FALSE This interface is not supported.
262 return FALSE;
278 If Sha512Context is NULL, then return FALSE.
285 @retval FALSE SHA-512 data digest failed.
300 return FALSE;
307 return FALSE;
325 If Sha512Context is NULL, then return FALSE.
326 If HashValue is NULL, then return FALSE.
333 @retval FALSE SHA-512 digest computation failed.
347 return FALSE;