HomeSort by: relevance | last modified time | path
    Searched refs:ssh_hmac_init (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
hmac.h 30 int ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen)
hmac.c 65 ssh_hmac_init(struct ssh_hmac_ctx *ctx, const void *key, size_t klen) function
149 if (ssh_hmac_init(ctx, key, klen) < 0 ||
mac.c 138 ssh_hmac_init(mac->hmac_ctx, mac->key, mac->key_len) < 0)
173 if (ssh_hmac_init(mac->hmac_ctx, NULL, 0) < 0 ||
hostfile.c 139 ssh_hmac_init(ctx, salt, len) < 0 ||

Completed in 17 milliseconds