Searched defs:bsize (Results 1 - 2 of 2) sorted by relevance
/sssd/src/util/crypto/nss/ |
H A D | nss_crypto.h | 50 uint16_t bsize; member in struct:crypto_mech_data
|
/sssd/src/util/crypto/libcrypto/ |
H A D | crypto_obfuscate.c | 50 uint16_t bsize; member in struct:crypto_mech_data 111 ivbuf = talloc_array(tmp_ctx, unsigned char, mech_props->bsize); 118 RAND_bytes(ivbuf, mech_props->bsize); 121 ct_maxsize = plen + (mech_props->bsize); 163 mech_props->keylen + mech_props->bsize + 176 safealign_memcpy(&obfbuf[p], ivbuf, mech_props->bsize, &p); 251 obfbuf + p + mech_props->keylen + mech_props->bsize + ctsize, 267 ivbuf = talloc_array(tmp_ctx, unsigned char, mech_props->bsize); 272 safealign_memcpy(ivbuf, obfbuf+p, mech_props->bsize, &p);
|
Completed in 16 milliseconds