HomeSort by relevance Sort by last modified time
    Searched refs:obj_cmp (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/src/crypto/obj/
obj_dat.pl 7 sub obj_cmp subroutine
161 foreach (sort obj_cmp @a)
obj.c 160 int OBJ_cmp(const ASN1_OBJECT *a, const ASN1_OBJECT *b) {
173 static int obj_cmp(const void *key, const void *element) { function
209 nid_ptr = bsearch(obj, kNIDsInOIDOrder, NUM_OBJ, sizeof(unsigned), obj_cmp);
  /external/openssl/crypto/objects/
obj_dat.pl 7 sub obj_cmp subroutine
161 foreach (sort obj_cmp @a)
obj_dat.c 385 static int obj_cmp(const ASN1_OBJECT * const *ap, const unsigned int *bp) function

Completed in 153 milliseconds