Searched refs:cipher_info (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | cipher.h | 295 const mbedtls_cipher_info_t *cipher_info; member 456 const mbedtls_cipher_info_t *cipher_info ); 481 const mbedtls_cipher_info_t *cipher_info, 494 …edtls_cipher_setup_info( mbedtls_cipher_context_t *ctx, const mbedtls_cipher_info_t *cipher_info ); 508 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_block_size() 511 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size() 527 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_cipher_mode() 530 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode() 547 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_iv_size() 553 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size() [all …]
|
| H A D | cmac.h | 184 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | cipher.h | 295 const mbedtls_cipher_info_t *cipher_info; member 456 const mbedtls_cipher_info_t *cipher_info ); 481 const mbedtls_cipher_info_t *cipher_info, 494 …edtls_cipher_setup_info( mbedtls_cipher_context_t *ctx, const mbedtls_cipher_info_t *cipher_info ); 508 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_block_size() 511 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size() 527 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_cipher_mode() 530 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode() 547 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_iv_size() 553 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size() [all …]
|
| H A D | cmac.h | 184 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | cipher.h | 295 const mbedtls_cipher_info_t *cipher_info; member 456 const mbedtls_cipher_info_t *cipher_info ); 481 const mbedtls_cipher_info_t *cipher_info, 494 …edtls_cipher_setup_info( mbedtls_cipher_context_t *ctx, const mbedtls_cipher_info_t *cipher_info ); 508 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_block_size() 511 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size() 527 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_cipher_mode() 530 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode() 547 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_iv_size() 553 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size() [all …]
|
| H A D | cmac.h | 184 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | cipher.h | 295 const mbedtls_cipher_info_t *cipher_info; member 456 const mbedtls_cipher_info_t *cipher_info ); 481 const mbedtls_cipher_info_t *cipher_info, 494 …edtls_cipher_setup_info( mbedtls_cipher_context_t *ctx, const mbedtls_cipher_info_t *cipher_info ); 508 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_block_size() 511 return ctx->cipher_info->block_size; in mbedtls_cipher_get_block_size() 527 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_cipher_mode() 530 return ctx->cipher_info->mode; in mbedtls_cipher_get_cipher_mode() 547 if( ctx->cipher_info == NULL ) in mbedtls_cipher_get_iv_size() 553 return (int) ctx->cipher_info->iv_size; in mbedtls_cipher_get_iv_size() [all …]
|
| H A D | cmac.h | 184 int mbedtls_cipher_cmac( const mbedtls_cipher_info_t *cipher_info,
|
| /OK3568_Linux_fs/kernel/drivers/crypto/bcm/ |
| H A D | cipher.c | 2787 switch (ctx->alg->cipher_info.alg) { in aead_authenc_setkey() 3077 .cipher_info = { 3100 .cipher_info = { 3123 .cipher_info = { 3146 .cipher_info = { 3169 .cipher_info = { 3194 .cipher_info = { 3219 .cipher_info = { 3244 .cipher_info = { 3269 .cipher_info = { [all …]
|
| H A D | cipher.h | 111 struct cipher_op cipher_info; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cryptodev.h | 152 } cipher_info, hash_info; member
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | cryptodev.h | 152 } cipher_info, hash_info; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | ioctl.c | 898 tfm_info_to_alg_info(&siop->cipher_info, tfm); in get_session_info()
|