Ejemplo n.º 1
0
 internal static extern int crypto_auth_hmacsha512_update(
     ref crypto_auth_hmacsha512_state state,
     in byte @in,
Ejemplo n.º 2
0
 internal static extern int crypto_auth_hmacsha512_init(
     out crypto_auth_hmacsha512_state state,
     SecureMemoryHandle key,
     UIntPtr keylen);
Ejemplo n.º 3
0
 internal static extern int crypto_auth_hmacsha512_init(
     out crypto_auth_hmacsha512_state state,
     in byte key,
Ejemplo n.º 4
0
 internal static extern int crypto_auth_hmacsha512_final(
     ref crypto_auth_hmacsha512_state state,
     ref byte @out);
Ejemplo n.º 5
0
 internal static extern int crypto_auth_hmacsha512_update(
     ref crypto_auth_hmacsha512_state state,
     ref uint @in,
     ulong inlen);
Ejemplo n.º 6
0
 internal static extern int crypto_auth_hmacsha512_init(
     out crypto_auth_hmacsha512_state state,
     ref byte key,
     UIntPtr keylen);