Home
last modified time | relevance | path

Searched refs:hmacsha256Digest (Results 1 – 3 of 3) sorted by last modified time

/dports/security/beecrypt/beecrypt-4.2.1/include/beecrypt/
H A Dhmacsha256.h54 int hmacsha256Digest(hmacsha256Param*, byte*);
/dports/security/beecrypt/beecrypt-4.2.1/
H A Dhmacsha256.c49 (keyedHashFunctionDigest) hmacsha256Digest
67 int hmacsha256Digest(hmacsha256Param* sp, byte* data) in hmacsha256Digest() function
/dports/security/beecrypt/beecrypt-4.2.1/java/
H A Dbeecrypt_provider_HMACSHA256.c59 hmacsha256Digest((hmacsha256Param*) param, digest); in Java_beecrypt_provider_HMACSHA256_doFinal__J()