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

/freebsd-13-stable/contrib/apr-util/uri/
H A Dapr_uri.c175 #define T_HASH 0x04 /* '#' */ macro
308 T_HASH, /* 0x7b '#' */
480 T_HASH, /* 0x23 '#' */
711 #define NOTEND_HOSTINFO (T_SLASH | T_QUESTION | T_HASH | T_NUL)
712 #define NOTEND_PATH (T_QUESTION | T_HASH | T_NUL)
/freebsd-13-stable/tools/tools/crypto/
H A Dcryptocheck.c151 enum { T_HASH, T_HMAC, T_GMAC, T_CIPHER, T_ETA, T_AEAD } type; enumerator in enum:alg::__anon16258
155 { .name = "sha1", .mac = CRYPTO_SHA1, .type = T_HASH,
157 { .name = "sha224", .mac = CRYPTO_SHA2_224, .type = T_HASH,
159 { .name = "sha256", .mac = CRYPTO_SHA2_256, .type = T_HASH,
161 { .name = "sha384", .mac = CRYPTO_SHA2_384, .type = T_HASH,
163 { .name = "sha512", .mac = CRYPTO_SHA2_512, .type = T_HASH,
175 { .name = "blake2b", .mac = CRYPTO_BLAKE2B, .type = T_HASH,
177 { .name = "blake2s", .mac = CRYPTO_BLAKE2S, .type = T_HASH,
1457 case T_HASH:
1503 if (algs[i].type == T_HASH)
[all...]

Completed in 115 milliseconds