Searched refs:b1 (Results 1 - 7 of 7) sorted by relevance

/sssd/src/sss_client/
H A Dnss_mc_common.c47 _b1 = (src)->b1; \
264 uint32_t b1; local
275 b1 = rec->b1;
280 if (!MC_VALID_BARRIER(b1) || b1 != b2) {
305 if (copy_ok && b1 == copy_rec->b2) {
/sssd/src/util/
H A Dmmap_cache.h90 uint32_t b1; /* barrier 1 */ member in struct:sss_mc_header
106 uint32_t b1; /* barrier 1 */ member in struct:sss_mc_rec
/sssd/src/tests/cmocka/
H A Dtest_authtok.c461 uint8_t b1[] = {0x03, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 'a', 'b', 'c', 'd', 'e', 'f', 'g', 0x00}; local
466 uint8_t b1[] = {0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x05, 'a', 'b', 'c', 'd', 'e', 'f', 'g', 0x00}; local
478 ret = sss_auth_unpack_2fa_blob(ts, b1, sizeof(b1), &fa1, &fa1_len, &fa2,
/sssd/src/util/crypto/nss/
H A Dnss_sha512crypt.c51 uint8_t b2, uint8_t b1, uint8_t b0)
58 w = (b2 << 16) | (b1 << 8) | b0;
50 b64_from_24bit(char **dest, size_t *len, size_t n, uint8_t b2, uint8_t b1, uint8_t b0) argument
/sssd/src/util/crypto/libcrypto/
H A Dcrypto_sha512crypt.c53 uint8_t b2, uint8_t b1, uint8_t b0)
60 w = (b2 << 16) | (b1 << 8) | b0;
52 b64_from_24bit(char **dest, size_t *len, size_t n, uint8_t b2, uint8_t b1, uint8_t b0) argument
/sssd/src/tests/
H A Dipa_ldap_opt-tests.c269 bool b1, b2; local
295 b1 = dp_opt_get_bool(opts, i);
298 fail_unless(b1 == b2,
/sssd/src/responder/nss/
H A Dnsssrv_mmap_cache.c40 m->b2 = MC_NEXT_BARRIER(m->b1); \
46 m->b1 = m->b2; \
296 if (rec->b1 == MC_INVALID_VAL) {
333 if ((rec->b1 == MC_INVALID_VAL) ||
334 (rec->b1 != rec->b2)) {

Completed in 465 milliseconds