Home
last modified time | relevance | path

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

/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
Dder_encode_sequence_ex.c32 unsigned char *out, unsigned long *outlen, int type_of) in der_encode_sequence_ex() argument
170 out[x++] = (type_of == LTC_ASN1_SEQUENCE) ? 0x30 : 0x31; in der_encode_sequence_ex()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h410 unsigned char *out, unsigned long *outlen, int type_of);
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1010691 type_of --> typeof (that's what the JS operator is named)