Home
last modified time | relevance | path

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 Dpbkdf2-sha256.c67 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 Dauth.c58 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 Dmetamorphic.c120 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 Dauth_hmacsha256.c72 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 Dcrypto_auth_hmacsha256.h52 int crypto_auth_hmacsha256_update(crypto_auth_hmacsha256_state *state,