Home | History | Annotate | Download | only in nss

Lines Matching full:freeit

167 SHA256_DestroyContext(SHA256Context *ctx, PRBool freeit)
169 if (freeit) {
693 SHA512_DestroyContext(SHA512Context *ctx, PRBool freeit)
695 if (freeit) {
1214 SHA384_DestroyContext(SHA384Context *ctx, PRBool freeit)
1216 SHA512_DestroyContext(ctx, freeit);