Searched refs:ddebug (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | ioctl.c | 130 ddebug(1, "Both 'cipher' and 'mac' unset."); in crypto_create_session() 184 ddebug(1, "bad cipher: %d", sop->cipher); in crypto_create_session() 248 ddebug(1, "bad mac: %d", sop->mac); in crypto_create_session() 265 ddebug(1, "Setting key failed for %s-%zu.", in crypto_create_session() 277 ddebug(1, "Failed to load cipher for %s", alg_name); in crypto_create_session() 284 ddebug(1, "Setting key failed for %s-%zu.", in crypto_create_session() 299 ddebug(1, "Failed to load hash for %s", hash_name); in crypto_create_session() 311 ddebug(2, "got alignmask %d", ses_new->alignmask); in crypto_create_session() 314 ddebug(2, "preallocating for %d user pages", ses_new->array_size); in crypto_create_session() 320 ddebug(0, "Memory error"); in crypto_create_session() [all …]
|
| H A D | cryptlib.c | 132 ddebug(1, "Wrong keylen '%zu' for algorithm '%s'. Use %u to %u.", in check_key_size() 155 ddebug(1, "Failed to load cipher %s", alg_name); in cryptodev_cipher_init() 199 ddebug(1, "Failed to load cipher %s", alg_name); in cryptodev_cipher_init() 211 ddebug(1, "Setting key failed for %s-%zu.", alg_name, keylen*8); in cryptodev_cipher_init() 359 ddebug(1, "Failed to load transform for %s", alg_name); in cryptodev_hash_init() 367 ddebug(1, "Setting hmac key failed for %s-%zu.", in cryptodev_hash_init()
|
| H A D | cryptodev.h | 37 #define ddebug(level, format, a...) dprintk(level, KERN_DEBUG, format, ##a) macro
|
| H A D | rk_cryptodev.c | 401 ddebug(1, "invalid operation op=%u", cop->op); in crypto_fd_run() 653 ddebug(2, "alg: akcipher: Failed to load tfm for %s: %ld\n", in crypto_rsa_run() 660 ddebug(2, "akcipher_request_alloc failed\n"); in crypto_rsa_run() 954 ddebug(1, "invalid operation op=%u", caop->op); in crypto_auth_fd_run()
|
| H A D | main.c | 190 ddebug(1, "invalid operation op=%u", cop->op); in crypto_run()
|
| H A D | zc.c | 120 ddebug(1, "reallocating from %d to %d pages", in cryptodev_adjust_sg_array()
|
| H A D | authenc.c | 1063 ddebug(1, "invalid operation op=%u", caop->op); in crypto_auth_run()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dynamic_debug.h | 144 __dynamic_func_call(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__) 151 __dynamic_func_call_no_desc(__UNIQUE_ID(ddebug), fmt, func, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | dynamic-debug-howto.rst | 257 These ``dyndbg`` params are processed just after the ddebug tables are
|