Searched refs:sb (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Dsha3.h48 uint8_t sb[SHA3_KECCAK_SPONGE_WORDS * 8]; member in union:sha3_ctx::__anon42
H A Dsha3.c241 ctx->sb[i * 8 + 0] = (uint8_t) (t1);
242 ctx->sb[i * 8 + 1] = (uint8_t) (t1 >> 8);
243 ctx->sb[i * 8 + 2] = (uint8_t) (t1 >> 16);
244 ctx->sb[i * 8 + 3] = (uint8_t) (t1 >> 24);
245 ctx->sb[i * 8 + 4] = (uint8_t) (t2);
246 ctx->sb[i * 8 + 5] = (uint8_t) (t2 >> 8);
247 ctx->sb[i * 8 + 6] = (uint8_t) (t2 >> 16);
248 ctx->sb[i * 8 + 7] = (uint8_t) (t2 >> 24);
259 memcpy(digest, ctx->sb, SHA256_RESULTLEN);
268 memcpy(digest, ctx->sb, SHA512_RESULTLE
[all...]
/dovecot/src/lib-ldap/
H A Dldap-connection.c514 Sockbuf *sb; local
541 ldap_get_option(conn->conn, LDAP_OPT_SOCKBUF, &sb);
542 ber_sockbuf_ctrl(sb, LBER_SB_OPT_GET_FD, &fd);

Completed in 14 milliseconds