HomeSort by: relevance | last modified time | path
    Searched defs:hmacsha256 (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/cgdconfig/
hkdf_hmac_sha256.c 41 struct hmacsha256 { struct
47 hmacsha256_init(struct hmacsha256 *H, const void *key, size_t keylen)
75 hmacsha256_update(struct hmacsha256 *H, const void *buf, size_t buflen)
83 struct hmacsha256 *H)
108 struct hmacsha256 hmacsha256; local in function:hkdf_hmac_sha256
119 hmacsha256_init(&hmacsha256, prk, prklen);
120 hmacsha256_update(&hmacsha256, T, tlen);
121 hmacsha256_update(&hmacsha256, info, infolen);
122 hmacsha256_update(&hmacsha256, &i, 1)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in 260 crypto_auth/hmacsha256/auth_hmacsha256.c \
417 crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo \
808 crypto_auth/hmacsha256/auth_hmacsha256.c \
1158 crypto_auth/hmacsha256/$(am__dirstamp):
1159 @$(MKDIR_P) crypto_auth/hmacsha256
1160 @: > crypto_auth/hmacsha256/$(am__dirstamp)
1161 crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp):
1162 @$(MKDIR_P) crypto_auth/hmacsha256/$(DEPDIR)
1163 @: > crypto_auth/hmacsha256/$(DEPDIR)/$(am__dirstamp)
1164 crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo:
    [all...]

Completed in 15 milliseconds