Lines Matching defs:operation
45 /* Minor tweak to operation: free up signer key, cert */
46 static int cms_si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
49 if (operation == ASN1_OP_FREE_POST) {
93 static int cms_ec_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
98 if (operation == ASN1_OP_FREE_POST)
132 static int cms_rek_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
136 if (operation == ASN1_OP_FREE_POST) {
158 static int cms_kari_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
162 if (operation == ASN1_OP_NEW_POST) {
168 } else if (operation == ASN1_OP_FREE_POST) {
209 static int cms_ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
212 if (operation == ASN1_OP_FREE_PRE) {
304 static int cms_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
313 switch (operation) {