Lines Matching refs:cipher_auth
3776 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data()
3777 free(p->cipher_auth.cipher_iv_update.val); in parse_free_sym_crypto_param_data()
3780 if (p->cipher_auth.auth_iv.val) in parse_free_sym_crypto_param_data()
3781 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data()
3782 if (p->cipher_auth.auth_iv_update.val) in parse_free_sym_crypto_param_data()
3783 free(p->cipher_auth.cipher_iv_update.val); in parse_free_sym_crypto_param_data()
3841 p->cipher_auth.cipher_iv.val = calloc(1, len / 2 + 1); in parse_table_action_cipher()
3842 if (p->cipher_auth.cipher_iv.val == NULL) in parse_table_action_cipher()
3846 p->cipher_auth.cipher_iv.val, in parse_table_action_cipher()
3853 p->cipher_auth.cipher_iv.length = (uint32_t)len; in parse_table_action_cipher()
3859 if (p->cipher_auth.cipher_iv.val) { in parse_table_action_cipher()
3860 free(p->cipher_auth.cipher_iv.val); in parse_table_action_cipher()
3861 p->cipher_auth.cipher_iv.val = NULL; in parse_table_action_cipher()
3940 if (p->cipher_auth.auth_iv.val) { in parse_table_action_cipher_auth()
3941 free(p->cipher_auth.auth_iv.val); in parse_table_action_cipher_auth()
3942 p->cipher_auth.auth_iv.val = 0; in parse_table_action_cipher_auth()