Searched refs:crypto_auth_hmacsha256_update (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| H A D | pbkdf2-sha256.c | 67 crypto_auth_hmacsha256_update(&PShctx, salt, saltlen); in PBKDF2_SHA256() 72 crypto_auth_hmacsha256_update(&hctx, ivec, 4); in PBKDF2_SHA256() 79 crypto_auth_hmacsha256_update(&hctx, U, 32); in PBKDF2_SHA256()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | auth.c | 58 crypto_auth_hmacsha256_update(&st256, NULL, 0U); in main() 59 crypto_auth_hmacsha256_update(&st256, c, 1U); in main() 60 crypto_auth_hmacsha256_update(&st256, c, sizeof c - 2U); in main()
|
| H A D | metamorphic.c | 120 crypto_auth_hmacsha256_update(&st, m, l1); in mm_hmacsha256() 121 crypto_auth_hmacsha256_update(&st, m + l1, l2); in mm_hmacsha256() 122 crypto_auth_hmacsha256_update(&st, m + l1 + l2, mlen - l1 - l2); in mm_hmacsha256()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_auth/hmacsha256/ |
| H A D | auth_hmacsha256.c | 72 crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state, in crypto_auth_hmacsha256_update() function 102 crypto_auth_hmacsha256_update(&state, in, inlen); in crypto_auth_hmacsha256()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/include/sodium/ |
| H A D | crypto_auth_hmacsha256.h | 52 int crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state,
|