Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _goboringcrypto_HMAC_Init (0.23 sec)

  1. src/crypto/internal/boring/goboringcrypto.h

    // #include <openssl/hmac.h>
    typedef struct GO_HMAC_CTX { char data[104]; } GO_HMAC_CTX;
    void _goboringcrypto_HMAC_CTX_init(GO_HMAC_CTX*);
    void _goboringcrypto_HMAC_CTX_cleanup(GO_HMAC_CTX*);
    int _goboringcrypto_HMAC_Init(GO_HMAC_CTX*, const void*, int, const GO_EVP_MD*);
    int _goboringcrypto_HMAC_Update(GO_HMAC_CTX*, const uint8_t*, size_t);
    int _goboringcrypto_HMAC_Final(GO_HMAC_CTX*, uint8_t*, unsigned int*);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top