Searched refs:dbmask (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c49 unsigned char *dbmask = NULL; local
85 dbmask = OPENSSL_malloc(dbmask_len);
86 if (dbmask == NULL) {
91 if (PKCS1_MGF1(dbmask, dbmask_len, seed, mdlen, mgf1md) < 0)
94 db[i] ^= dbmask[i];
104 OPENSSL_clear_free(dbmask, dbmask_len);
/freebsd-12-stable/sys/dev/ntb/
H A Dntb.c54 uint64_t dbmask; member in struct:ntb_child
110 nc->dbmask = (db == 0) ? 0 : (0xffffffffffffffff >> (64 - db));
484 return (nc->dbmask);
500 >> nc->dboff) & nc->dbmask);
532 & nc->dbmask);

Completed in 111 milliseconds