HMAC_Init_ex
if (!HMAC_Init_ex(&hctx_tpl, pass, passlen, digest, NULL)) {
LCRYPTO_USED(HMAC_Init_ex);
if (!HMAC_Init_ex(hmac, NULL, 0, NULL, NULL))
if (!HMAC_Init_ex(hmac, prk, prk_len, digest, NULL))
if (!HMAC_Init_ex(&hctx->ctx, key->data, key->length, hctx->md,
LCRYPTO_ALIAS(HMAC_Init_ex);
if (!HMAC_Init_ex(&c, key, key_len, evp_md, NULL))
int HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md,
if (!HMAC_Init_ex(hmac, key, md_size, md_type, NULL))
HMAC_Init_ex(ctx, key.ptr, (int)key.len, md, NULL) == 0 ||
if (!HMAC_Init_ex(ctx, secret, strlen(secret), EVP_md5(), NULL))
HMAC_Init_ex(hctx, tctx->tlsext_tick_hmac_key,
if (!HMAC_Init_ex(hctx, tctx->tlsext_tick_hmac_key,
if (!HMAC_Init_ex(hmac_ctx, finished_key.data, finished_key.len,
if (!HMAC_Init_ex(hmac_ctx, finished_key.data, finished_key.len,
if (!HMAC_Init_ex(hmac_ctx, finished_key.data, finished_key.len,
if (!HMAC_Init_ex(hmac_ctx, finished_key.data, finished_key.len,
if (!HMAC_Init_ex(hctx, key->hmac_key, sizeof(key->hmac_key),
if (!HMAC_Init_ex(hctx, key->hmac_key, sizeof(key->hmac_key),
if (!HMAC_Init_ex(ctx, sync_key, strlen(sync_key), EVP_sha1(), NULL))
if (!HMAC_Init_ex(ctx, sync_key, strlen(sync_key), EVP_sha1(), NULL))
if (HMAC_Init_ex(ctx, NULL, 0, NULL, NULL)) {
if (HMAC_Init_ex(ctx, NULL, 0, EVP_sha1(), NULL)) {
if (HMAC_Init_ex(ctx, test[4].key, test[4].key_len, NULL, NULL)) {
if (HMAC_Init_ex(ctx, test[4].key, -1, EVP_sha1(), NULL)) {
if (!HMAC_Init_ex(ctx, test[4].key, test[4].key_len, EVP_sha1(), NULL)) {
if (HMAC_Init_ex(ctx, NULL, 0, EVP_sha256(), NULL)) {
if (!HMAC_Init_ex(ctx, test[4].key, test[4].key_len, EVP_sha256(), NULL)) {
if (!HMAC_Init_ex(ctx, test[6].key, test[6].key_len, NULL, NULL)) {
if (!HMAC_Init_ex(ctx, test[7].key, test[7].key_len, EVP_sha1(), NULL)) {
HMAC_Init_ex(ctx, "sharedsecret", 12, EVP_md5(), NULL);
HMAC_Init_ex(hash->hash_ctx, ibuf_data(hash->hash_key),
if (!HMAC_Init_ex(dsa->dsa_ctx, ibuf_data(dsa->dsa_keydata),
if (HMAC_Init_ex(hmac_ctx, ticket_keys->hmac_key, 32, digest, NULL) != 1) {
HMAC_Init_ex(hmac_ctx, ticket_keys->hmac_key, 32, digest, NULL);
if (HMAC_Init_ex(hmac_ctx, key->hmac_key, 32, digest, NULL) != 1) {
HMAC_Init_ex(hmac_ctx, key->hmac_key, 32, digest, NULL);
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
RUNTIME_CHECK(HMAC_Init_ex(ctx->ctx, (const void *) key,
HMAC_Init_ex(hctx, (unsigned char *) "This is a key...",
if (!HMAC_Init_ex(hctx, NULL, 0, NULL, NULL)) {
if (!HMAC_Init_ex(ctx, sync_key, strlen(sync_key), EVP_sha1(), NULL))
HMAC_Init_ex(ctx, key->data, key->size, md, NULL);
if (HMAC_Init_ex(hmac_ctx, ticket_keys->hmac_key, 32, digest, NULL) != 1) {
HMAC_Init_ex(hmac_ctx, ticket_keys->hmac_key, 32, digest, NULL);
if (HMAC_Init_ex(hmac_ctx, key->hmac_key, 32, digest, NULL) != 1) {
HMAC_Init_ex(hmac_ctx, key->hmac_key, 32, digest, NULL);