Searched refs:SipHash_End (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/include/ |
| D | siphash.h | 67 uint64_t SipHash_End(SIPHASH_CTX *, int, int); 73 #define SipHash24_End(_d) SipHash_End((_d), 2, 4) 79 #define SipHash48_End(_d) SipHash_End((_d), 4, 8)
|
| /openbsd/src/sys/crypto/ |
| D | siphash.h | 69 uint64_t SipHash_End(SIPHASH_CTX *, int, int); 77 #define SipHash24_End(_d) SipHash_End((_d), 2, 4) 83 #define SipHash48_End(_d) SipHash_End((_d), 4, 8)
|
| D | siphash.c | 113 htolem64(&r, SipHash_End(ctx, rc, rf)); in SipHash_Final() 118 SipHash_End(SIPHASH_CTX *ctx, int rc, int rf) in SipHash_End() function 144 return (SipHash_End(&ctx, rc, rf)); in SipHash()
|
| /openbsd/src/lib/libc/hash/ |
| D | siphash.c | 115 r = htole64(SipHash_End(ctx, rc, rf)); in SipHash_Final() 121 SipHash_End(SIPHASH_CTX *ctx, int rc, int rf) in SipHash_End() function 139 DEF_WEAK(SipHash_End); 148 return (SipHash_End(&ctx, rc, rf)); in SipHash()
|
| /openbsd/src/lib/libc/hidden/ |
| D | siphash.h | 25 PROTO_NORMAL(SipHash_End);
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 958 SipHash_End
|