Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 5 of 5) sorted by relevance

/optee_test-3.20.0/host/openssl/include/openssl/
A Dasn1t.h291 (flags), (tag), 0,\
299 (flags), (tag), offsetof(stname, field),\
304 # define ASN1_EX_COMBINE(flags, tag, type) { \ argument
331 # define ASN1_IMP(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, 0) argument
334 # define ASN1_IMP_OPT(stname, field, type, tag) ASN1_IMP_EX(stname, field, type, tag, ASN1_TFLG_OPT… argument
338 # define ASN1_EXP(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, 0) argument
339 # define ASN1_EXP_OPT(stname, field, type, tag) ASN1_EXP_EX(stname, field, type, tag, ASN1_TFLG_OPT… argument
384 # define ASN1_NDEF_EXP(stname, field, type, tag) \ argument
793 # define IMPLEMENT_COMPAT_ASN1_type(sname, tag) \ argument
802 tag, \
[all …]
A Dasn1_mac.h171 # define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ argument
173 (V_ASN1_CONTEXT_SPECIFIC|(tag)))) \
213 # define M_ASN1_D2I_get_IMP_set_opt(b,func,free_func,tag) \ argument
219 tag,V_ASN1_CONTEXT_SPECIFIC); \
228 tag,V_ASN1_CONTEXT_SPECIFIC); \
277 # define M_ASN1_D2I_get_EXP_opt(r,func,tag) \ argument
450 # define M_ASN1_I2D_len_EXP_SET_opt(a,f,mtag,tag,v) \ argument
457 # define M_ASN1_I2D_len_EXP_SEQUENCE_opt(a,f,mtag,tag,v) \ argument
529 # define M_ASN1_I2D_put_EXP_opt(a,f,tag,v) \ argument
536 # define M_ASN1_I2D_put_EXP_SET_opt(a,f,mtag,tag,v) \ argument
[all …]
A Dmodes.h118 int CRYPTO_gcm128_finish(GCM128_CONTEXT *ctx, const unsigned char *tag,
120 void CRYPTO_gcm128_tag(GCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
142 size_t CRYPTO_ccm128_tag(CCM128_CONTEXT *ctx, unsigned char *tag, size_t len);
A Dasn1.h178 int tag; /* tag from last 'get object' */ member
193 int tag; /* tag from last 'get object' */ member
941 int i2d_ASN1_bytes(ASN1_STRING *a, unsigned char **pp, int tag, int xclass);
944 unsigned long ASN1_tag2bit(int tag);
959 int tag, int xclass);
961 int ASN1_object_size(int constructed, int length, int tag);
1046 const char *ASN1_tag2str(int tag);
/optee_test-3.20.0/host/xtest/
A Dregression_4000.c546 size_t *dst_len, void *tag, in ta_crypt_cmd_ae_encrypt_final() argument
562 op.params[3].tmpref.buffer = (void *)tag; in ta_crypt_cmd_ae_encrypt_final()
591 const void *tag, size_t tag_len) in ta_crypt_cmd_ae_decrypt_final() argument
606 op.params[3].tmpref.buffer = (void *)tag; in ta_crypt_cmd_ae_decrypt_final()
2391 const uint8_t *tag; member
2595 ae_cases[n].tag, ae_cases[n].tag_len, out_tag, in xtest_tee_test_4005()
2609 &out_size, ae_cases[n].tag, in xtest_tee_test_4005()
2636 ADBG_EXPECT_BUFFER(c, ae_cases[n].tag, in xtest_tee_test_4005()
2651 &out_size, ae_cases[n].tag, in xtest_tee_test_4005()

Completed in 23 milliseconds