Searched refs:set_flag (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | hmac_prov.c | 286 static int set_flag(const OSSL_PARAM params[], const char *key, int mask, in set_flag() function 319 if (!set_flag(params, OSSL_MAC_PARAM_DIGEST_NOINIT, EVP_MD_CTX_FLAG_NO_INIT, in hmac_set_ctx_params() 322 if (!set_flag(params, OSSL_MAC_PARAM_DIGEST_ONESHOT, EVP_MD_CTX_FLAG_ONESHOT, in hmac_set_ctx_params()
|
/freebsd/sbin/camcontrol/ |
H A D | timestamp.c | 63 int set_flag, int task_attr, int retry_count, 72 set_restore_flags(struct cam_device *device, uint8_t *flags, int set_flag, in set_restore_flags() argument 137 if (set_flag != 0) { in set_restore_flags()
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_cook_book.md | 2631 Action<bool(int*)> set_flag = DoAll(SetArgPointee<0>(5), 2633 ... use set_flag in .WillOnce() and .WillRepeatedly() ...
|