Home
last modified time | relevance | path

Searched refs:textlen (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/security/audit/
H A Dbsm_token.c77 u_int16_t textlen; in au_to_upriv() local
131 u_int16_t textlen; in au_to_arg32() local
133 textlen = strlen(text); in au_to_arg32()
134 textlen += 1; in au_to_arg32()
153 u_int16_t textlen; in au_to_arg64() local
156 textlen += 1; in au_to_arg64()
615 u_int16_t textlen; in au_to_text() local
618 textlen += 1; in au_to_text()
641 u_int16_t textlen; in au_to_path() local
644 textlen += 1; in au_to_path()
[all …]
/f-stack/freebsd/netinet/
H A Dsctp_auth.h177 uint8_t *text, uint32_t textlen, uint8_t *digest);
180 uint8_t *text, uint32_t textlen, uint8_t *digest);
H A Dsctp_auth.c870 uint8_t *text, uint32_t textlen) in sctp_hmac_update() argument
874 SCTP_SHA1_UPDATE(&ctx->sha1, text, textlen); in sctp_hmac_update()
877 SCTP_SHA256_UPDATE(&ctx->sha256, text, textlen); in sctp_hmac_update()
916 uint8_t *text, uint32_t textlen, uint8_t *digest) in sctp_hmac() argument
927 (textlen == 0) || (digest == NULL)) { in sctp_hmac()
961 sctp_hmac_update(hmac_algo, &ctx, text, textlen); in sctp_hmac()
1058 uint32_t textlen, uint8_t *digest) in sctp_compute_hmac() argument
1066 if ((key == NULL) || (text == NULL) || (textlen == 0) || in sctp_compute_hmac()
1086 return (sctp_hmac(hmac_algo, key->key, key->keylen, text, textlen, in sctp_compute_hmac()