Home
last modified time | relevance | path

Searched defs:DES_BLOCK_SIZE (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Ddes_core.c335 void mbedtls_des_key_set_parity( unsigned char key[DES_BLOCK_SIZE] ) in mbedtls_des_key_set_parity()
346 int mbedtls_des_key_check_key_parity( const unsigned char key[DES_BLOCK_SIZE] ) in mbedtls_des_key_check_key_parity()
401 int mbedtls_des_key_check_weak( const unsigned char key[DES_BLOCK_SIZE] ) in mbedtls_des_key_check_weak()
412 void mbedtls_des_setkey( uint32_t SK[32], const unsigned char key[DES_BLOCK_SIZE] ) in mbedtls_des_setkey()
484 int rk_des_setkey_enc( rk_des_context *ctx, const unsigned char key[DES_BLOCK_SIZE] ) in rk_des_setkey_enc()
494 int rk_des_setkey_dec( rk_des_context *ctx, const unsigned char key[DES_BLOCK_SIZE] ) in rk_des_setkey_dec()
H A Ddes_cfb.c8 size_t len, unsigned char ivec[DES_BLOCK_SIZE], int *num, in rk_crypto_cfb128_encrypt()
/OK3568_Linux_fs/kernel/include/crypto/
H A Ddes.h13 #define DES_BLOCK_SIZE 8 macro
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Ddes_core.h13 #define DES_BLOCK_SIZE 8 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v1/ta/rk_public_api/
H A Drk_crypto_api.h11 #define DES_BLOCK_SIZE 8 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/rk_public_api/
H A Drk_crypto_api.h11 #define DES_BLOCK_SIZE 8 macro
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drkcrypto_common.h49 #define DES_BLOCK_SIZE 8 macro
/OK3568_Linux_fs/u-boot/include/rockchip/
H A Dcrypto_v2.h27 #define DES_BLOCK_SIZE 8 macro