Searched refs:bsize (Results 1 - 4 of 4) sorted by relevance
/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);
|
/sssd/src/util/crypto/nss/ |
H A D | nss_obfuscate.c | 121 ct_maxsize = plen + (mech_props->bsize); 164 mech_props->keylen + mech_props->bsize + 177 safealign_memcpy(&obfbuf[p], cctx->iv->data, mech_props->bsize, &p); 253 obfbuf + p + mech_props->keylen + mech_props->bsize + ctsize, 271 ivbuf = talloc_array(tmp_ctx, unsigned char, mech_props->bsize); 276 safealign_memcpy(ivbuf, obfbuf+p, mech_props->bsize, &p); 287 ivbuf, mech_props->bsize, &cctx);
|
H A D | nss_crypto.h | 50 uint16_t bsize; member in struct:crypto_mech_data
|
H A D | nss_nite.c | 67 ivlen = enc->bsize; 86 outlen = plainlen + (2 * enc->bsize) + ivlen + hmaclen; 199 ivlen = enc->bsize;
|
Completed in 36 milliseconds