Lines Matching refs:cipher_auth
3778 if (p->cipher_auth.cipher_iv.val) in parse_free_sym_crypto_param_data()
3779 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data()
3780 if (p->cipher_auth.cipher_iv_update.val) in parse_free_sym_crypto_param_data()
3781 free(p->cipher_auth.cipher_iv_update.val); in parse_free_sym_crypto_param_data()
3784 if (p->cipher_auth.auth_iv.val) in parse_free_sym_crypto_param_data()
3785 free(p->cipher_auth.cipher_iv.val); in parse_free_sym_crypto_param_data()
3786 if (p->cipher_auth.auth_iv_update.val) in parse_free_sym_crypto_param_data()
3787 free(p->cipher_auth.cipher_iv_update.val); in parse_free_sym_crypto_param_data()
3847 p->cipher_auth.cipher_iv.val = calloc(1, len / 2 + 1); in parse_table_action_cipher()
3848 if (p->cipher_auth.cipher_iv.val == NULL) in parse_table_action_cipher()
3852 p->cipher_auth.cipher_iv.val, in parse_table_action_cipher()
3859 p->cipher_auth.cipher_iv.length = (uint32_t)len; in parse_table_action_cipher()
3865 if (p->cipher_auth.cipher_iv.val) { in parse_table_action_cipher()
3866 free(p->cipher_auth.cipher_iv.val); in parse_table_action_cipher()
3867 p->cipher_auth.cipher_iv.val = NULL; in parse_table_action_cipher()
3946 if (p->cipher_auth.auth_iv.val) { in parse_table_action_cipher_auth()
3947 free(p->cipher_auth.auth_iv.val); in parse_table_action_cipher_auth()
3948 p->cipher_auth.auth_iv.val = 0; in parse_table_action_cipher_auth()