Searched refs:clHMAC_CTX (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/cryptolib/include/lib/crypto/
H A Dcryptolib.h78 typedef struct clHMAC_CTX { struct
81 } clHMAC_CTX; typedef in typeref:struct:clHMAC_CTX
85 const uint8_t* clHMAC_final(clHMAC_CTX* ctx);
93 void clHMAC_SHA1_init(clHMAC_CTX* ctx, const void* key, int len);
102 void clHMAC_SHA256_init(clHMAC_CTX* ctx, const void* key, int len);
/fuchsia/zircon/third_party/ulib/cryptolib/
H A Dcryptolib.c65 static void _HMAC_init(clHMAC_CTX* ctx, const void* key, int len) {
89 const uint8_t* clHMAC_final(clHMAC_CTX* ctx) {
232 void clHMAC_SHA256_init(clHMAC_CTX* ctx, const void* key, int len) {
318 void clHMAC_SHA1_init(clHMAC_CTX* ctx, const void* key, int len) {
577 clHMAC_CTX hmac;

Completed in 24 milliseconds