Home
last modified time | relevance | path

Searched refs:crypt_tail (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/crypto/
H A Daegis128-aesni-glue.c65 void (*crypt_tail)(void *state, unsigned int length, const void *src, member
129 ops->crypt_tail(state, walk->nbytes, walk->src.virt.addr, in crypto_aegis128_aesni_process_crypt()
192 .crypt_tail = crypto_aegis128_aesni_enc_tail, in crypto_aegis128_aesni_encrypt()
214 .crypt_tail = crypto_aegis128_aesni_dec_tail, in crypto_aegis128_aesni_decrypt()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/crypto/
H A Daegis128-aesni-glue.c65 void (*crypt_tail)(void *state, unsigned int length, const void *src, member
129 ops->crypt_tail(state, walk->nbytes, walk->src.virt.addr, in crypto_aegis128_aesni_process_crypt()
192 .crypt_tail = crypto_aegis128_aesni_enc_tail, in crypto_aegis128_aesni_encrypt()
214 .crypt_tail = crypto_aegis128_aesni_dec_tail, in crypto_aegis128_aesni_decrypt()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/crypto/
H A Daegis128-aesni-glue.c65 void (*crypt_tail)(void *state, unsigned int length, const void *src, member
129 ops->crypt_tail(state, walk->nbytes, walk->src.virt.addr, in crypto_aegis128_aesni_process_crypt()
192 .crypt_tail = crypto_aegis128_aesni_enc_tail, in crypto_aegis128_aesni_encrypt()
214 .crypt_tail = crypto_aegis128_aesni_dec_tail, in crypto_aegis128_aesni_decrypt()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/row/
H A Drow0log.cc215 byte* crypt_tail; /*!< writer context; member
439 log->crypt_tail, byte_offset)) { in row_log_online_op()
445 buf = log->crypt_tail; in row_log_online_op()
576 log->crypt_tail, byte_offset, in row_log_table_close_func()
583 buf = log->crypt_tail; in row_log_table_close_func()
3219 log->crypt_tail = log->crypt_head = NULL; in row_log_allocate()
3248 log->crypt_tail = static_cast<byte *>( in row_log_allocate()
3251 if (!log->crypt_head || !log->crypt_tail) { in row_log_allocate()
3285 if (log->crypt_tail) { in row_log_free()
3286 my_large_free(log->crypt_tail, log->crypt_tail_size); in row_log_free()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/row/
H A Drow0log.cc214 byte* crypt_tail; /*!< writer context; member
439 log->crypt_tail, byte_offset)) { in row_log_online_op()
445 buf = log->crypt_tail; in row_log_online_op()
577 log->crypt_tail, byte_offset, in row_log_table_close_func()
584 buf = log->crypt_tail; in row_log_table_close_func()
3222 log->crypt_tail = log->crypt_head = NULL; in row_log_allocate()
3250 log->crypt_tail = static_cast<byte *>(os_mem_alloc_large(&size)); in row_log_allocate()
3252 if (!log->crypt_head || !log->crypt_tail) { in row_log_allocate()
3286 if (log->crypt_tail) { in row_log_free()
3287 os_mem_free_large(log->crypt_tail, srv_sort_buf_size); in row_log_free()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/row/
H A Drow0log.cc214 byte* crypt_tail; /*!< writer context; member
439 log->crypt_tail, byte_offset)) { in row_log_online_op()
445 buf = log->crypt_tail; in row_log_online_op()
577 log->crypt_tail, byte_offset, in row_log_table_close_func()
584 buf = log->crypt_tail; in row_log_table_close_func()
3222 log->crypt_tail = log->crypt_head = NULL; in row_log_allocate()
3250 log->crypt_tail = static_cast<byte *>(os_mem_alloc_large(&size)); in row_log_allocate()
3252 if (!log->crypt_head || !log->crypt_tail) { in row_log_allocate()
3286 if (log->crypt_tail) { in row_log_free()
3287 os_mem_free_large(log->crypt_tail, srv_sort_buf_size); in row_log_free()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/row/
H A Drow0log.cc214 byte* crypt_tail; /*!< writer context; member
437 log->crypt_tail, byte_offset)) { in row_log_online_op()
443 buf = log->crypt_tail; in row_log_online_op()
575 log->crypt_tail, byte_offset, in row_log_table_close_func()
582 buf = log->crypt_tail; in row_log_table_close_func()
3218 log->crypt_tail = log->crypt_head = NULL; in row_log_allocate()
3245 log->crypt_tail = static_cast<byte *>(os_mem_alloc_large(&size)); in row_log_allocate()
3247 if (!log->crypt_head || !log->crypt_tail) { in row_log_allocate()
3281 if (log->crypt_tail) { in row_log_free()
3282 os_mem_free_large(log->crypt_tail, srv_sort_buf_size); in row_log_free()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/row/
H A Drow0log.cc214 byte* crypt_tail; /*!< writer context; member
437 log->crypt_tail, byte_offset)) { in row_log_online_op()
443 buf = log->crypt_tail; in row_log_online_op()
575 log->crypt_tail, byte_offset, in row_log_table_close_func()
582 buf = log->crypt_tail; in row_log_table_close_func()
3218 log->crypt_tail = log->crypt_head = NULL; in row_log_allocate()
3245 log->crypt_tail = static_cast<byte *>(os_mem_alloc_large(&size)); in row_log_allocate()
3247 if (!log->crypt_head || !log->crypt_tail) { in row_log_allocate()
3281 if (log->crypt_tail) { in row_log_free()
3282 os_mem_free_large(log->crypt_tail, srv_sort_buf_size); in row_log_free()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/row/
H A Drow0log.cc215 byte* crypt_tail; /*!< writer context; member
439 log->crypt_tail, byte_offset)) { in row_log_online_op()
445 buf = log->crypt_tail; in row_log_online_op()
576 log->crypt_tail, byte_offset, in row_log_table_close_func()
583 buf = log->crypt_tail; in row_log_table_close_func()
3219 log->crypt_tail = log->crypt_head = NULL; in row_log_allocate()
3248 log->crypt_tail = static_cast<byte *>( in row_log_allocate()
3251 if (!log->crypt_head || !log->crypt_tail) { in row_log_allocate()
3285 if (log->crypt_tail) { in row_log_free()
3286 my_large_free(log->crypt_tail, log->crypt_tail_size); in row_log_free()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/row/
H A Drow0log.cc209 byte* crypt_tail; /*!< writer context; member
559 log->crypt_tail, in row_log_online_op()
567 buf = log->crypt_tail; in row_log_online_op()
696 log->crypt_tail, in row_log_table_close_func()
704 buf = log->crypt_tail; in row_log_table_close_func()
3460 log->crypt_tail = log->crypt_head = NULL; in row_log_allocate()
3469 log->crypt_tail = static_cast<byte *>(os_mem_alloc_large(&size, false)); in row_log_allocate()
3471 if (!log->crypt_head || !log->crypt_tail) { in row_log_allocate()
3503 if (log->crypt_tail) { in row_log_free()
3504 os_mem_free_large(log->crypt_tail, srv_sort_buf_size); in row_log_free()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/row/
H A Drow0log.cc209 byte* crypt_tail; /*!< writer context; member
559 log->crypt_tail, in row_log_online_op()
567 buf = log->crypt_tail; in row_log_online_op()
696 log->crypt_tail, in row_log_table_close_func()
704 buf = log->crypt_tail; in row_log_table_close_func()
3460 log->crypt_tail = log->crypt_head = NULL; in row_log_allocate()
3469 log->crypt_tail = static_cast<byte *>(os_mem_alloc_large(&size, false)); in row_log_allocate()
3471 if (!log->crypt_head || !log->crypt_tail) { in row_log_allocate()
3503 if (log->crypt_tail) { in row_log_free()
3504 os_mem_free_large(log->crypt_tail, srv_sort_buf_size); in row_log_free()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/row/
H A Drow0log.cc209 byte* crypt_tail; /*!< writer context; member
559 log->crypt_tail, in row_log_online_op()
567 buf = log->crypt_tail; in row_log_online_op()
696 log->crypt_tail, in row_log_table_close_func()
704 buf = log->crypt_tail; in row_log_table_close_func()
3460 log->crypt_tail = log->crypt_head = NULL; in row_log_allocate()
3469 log->crypt_tail = static_cast<byte *>(os_mem_alloc_large(&size, false)); in row_log_allocate()
3471 if (!log->crypt_head || !log->crypt_tail) { in row_log_allocate()
3503 if (log->crypt_tail) { in row_log_free()
3504 os_mem_free_large(log->crypt_tail, srv_sort_buf_size); in row_log_free()