Lines Matching refs:cipher_id
95 static int cipher_reset_key(mbedtls_cipher_context_t *ctx, int cipher_id,
107 mbedtls_cipher_info_from_type(cipher_id),
113 mbedtls_cipher_info_from_type(cipher_id)));
358 void enc_dec_buf(int cipher_id, char *cipher_string, int key_len,
383 cipher_info = mbedtls_cipher_info_from_type(cipher_id);
497 void enc_fail(int cipher_id, int pad_mode, int key_len, int length_val,
521 cipher_info = mbedtls_cipher_info_from_type(cipher_id);
636 void enc_dec_buf_multipart(int cipher_id, int key_len, int first_length_val,
671 cipher_info = mbedtls_cipher_info_from_type(cipher_id);
770 void decrypt_test_vec(int cipher_id, int pad_mode, data_t *key,
790 mbedtls_cipher_info_from_type(cipher_id)));
836 void auth_crypt_tv(int cipher_id, data_t *key, data_t *iv,
887 using_nist_kw_padding = cipher_id == MBEDTLS_CIPHER_AES_128_KWP ||
888 cipher_id == MBEDTLS_CIPHER_AES_192_KWP ||
889 cipher_id == MBEDTLS_CIPHER_AES_256_KWP;
890 using_nist_kw = cipher_id == MBEDTLS_CIPHER_AES_128_KW ||
891 cipher_id == MBEDTLS_CIPHER_AES_192_KW ||
892 cipher_id == MBEDTLS_CIPHER_AES_256_KW ||
898 if (!cipher_reset_key(&ctx, cipher_id, use_psa, tag->len, key,
964 if (!cipher_reset_key(&ctx, cipher_id, use_psa, tag->len, key,
1031 void test_vec_ecb(int cipher_id, int operation, data_t *key,
1045 mbedtls_cipher_info_from_type(cipher_id)));
1070 void test_vec_crypt(int cipher_id, int operation, data_t *key,
1089 mbedtls_cipher_info_from_type(cipher_id), 0));
1093 mbedtls_cipher_info_from_type(cipher_id)));
1118 void set_padding(int cipher_id, int pad_mode, int ret)
1125 cipher_info = mbedtls_cipher_info_from_type(cipher_id);
1160 void iv_len_validity(int cipher_id, char *cipher_string,
1180 cipher_info = mbedtls_cipher_info_from_type(cipher_id);