Searched refs:db (Results 1 – 3 of 3) sorted by relevance
| /security/integrity/platform_certs/ |
| A D | load_uefi.c | 54 unsigned int db = 0; in uefi_check_ignore_db() local 55 unsigned long size = sizeof(db); in uefi_check_ignore_db() 70 void *db; in get_cert_list() local 81 db = kmalloc(lsize, GFP_KERNEL); in get_cert_list() 82 if (!db) in get_cert_list() 87 kfree(db); in get_cert_list() 93 return db; in get_cert_list() 164 void *db = NULL, *dbx = NULL, *mokx = NULL; in load_uefi_certs() local 184 if (!db) { in load_uefi_certs() 191 db, dbsize, get_handler_for_db); in load_uefi_certs() [all …]
|
| A D | load_powerpc.c | 18 #define extract_esl(db, data, size, offset) \ argument 19 do { db = data + offset; size = size - offset; } while (0) 32 void *db; in get_cert_list() local 41 db = kmalloc(*size, GFP_KERNEL); in get_cert_list() 42 if (!db) in get_cert_list() 45 rc = secvar_ops->get(key, keylen, db, size); in get_cert_list() 47 kfree(db); in get_cert_list() 51 return db; in get_cert_list() 61 void *db = NULL, *dbx = NULL, *data = NULL; in load_powerpc_certs() local 100 extract_esl(db, data, dsize, offset); in load_powerpc_certs() [all …]
|
| /security/integrity/ima/ |
| A D | Kconfig | 188 including the regulatory.db. If both this option and
|
Completed in 5 milliseconds