Searched refs:TEE_ALG_DES_CBC_NOPAD (Results 1 – 7 of 7) sorted by relevance
82 case TEE_ALG_DES_CBC_NOPAD: in tee_cipher_get_block_size()124 case TEE_ALG_DES_CBC_NOPAD: in tee_do_cipher_update()
232 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES_CBC_NOPAD, false); in crypto_des_cbc_mac_nopad_alloc_ctx()237 return crypto_cbc_mac_alloc_ctx(ctx, TEE_ALG_DES_CBC_NOPAD, true); in crypto_des_cbc_mac_pkcs5_alloc_ctx()
148 case TEE_ALG_DES_CBC_NOPAD: in crypto_cipher_alloc_ctx()
235 #define TEE_ALG_DES_CBC_NOPAD 0x10000111 macro
262 case TEE_ALG_DES_CBC_NOPAD: in stm32_cryp_cipher_allocate()
440 case TEE_ALG_DES_CBC_NOPAD: in cipher_algo_check()
146 case TEE_ALG_DES_CBC_NOPAD: in TEE_AllocateOperation()1320 operation->info.algorithm == TEE_ALG_DES_CBC_NOPAD || in TEE_CipherDoFinal()2481 if (alg == TEE_ALG_DES_CBC_NOPAD || in TEE_IsAlgorithmSupported()