Home
last modified time | relevance | path

Searched refs:type_of (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_encode_sequence_ex.c23 unsigned char *out, unsigned long *outlen, int type_of) in der_encode_sequence_ex() argument
47 out[x++] = (type_of == LTC_ASN1_SEQUENCE) ? 0x30 : 0x31; in der_encode_sequence_ex()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h603 unsigned char *out, unsigned long *outlen, int type_of);