Esempio n. 1
0
 internal static unsafe extern int crypto_auth_hmacsha256_update(
     crypto_auth_hmacsha256_state *state,
     uint * @in,
     ulong inlen);
Esempio n. 2
0
 internal static unsafe extern int crypto_auth_hmacsha256_init(
     crypto_auth_hmacsha256_state *state,
     byte *key,
     UIntPtr keylen);
Esempio n. 3
0
 internal static unsafe extern int crypto_auth_hmacsha256_update(
     crypto_auth_hmacsha256_state *state,
     SecureMemoryHandle @in,
     ulong inlen);
Esempio n. 4
0
 internal static unsafe extern int crypto_auth_hmacsha256_final(
     crypto_auth_hmacsha256_state *state,
     byte * @out);
Esempio n. 5
0
 internal static unsafe extern int crypto_auth_hmacsha256_init(
     crypto_auth_hmacsha256_state *state,
     SecureMemoryHandle key,
     UIntPtr keylen);