Searched refs:oid (Results 1 – 14 of 14) sorted by relevance
| /mirbsd/src/lib/libssl/src/crypto/x509v3/ |
| D | pcy_tree.c | 464 ASN1_OBJECT *oid; in tree_calculate_user_set() local 480 oid = sk_ASN1_OBJECT_value(policy_oids, i); in tree_calculate_user_set() 481 if (OBJ_obj2nid(oid) == NID_any_policy) in tree_calculate_user_set() 490 oid = sk_ASN1_OBJECT_value(policy_oids, i); in tree_calculate_user_set() 491 node = tree_find_sk(auth_nodes, oid); in tree_calculate_user_set() 499 extra = policy_data_new(NULL, oid, in tree_calculate_user_set()
|
| D | v3_ocsp.c | 185 static int i2r_object(X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind) in i2r_object() argument 188 if(!i2a_ASN1_OBJECT(bp, oid)) return 0; in i2r_object()
|
| /mirbsd/src/usr.bin/ssh/ |
| D | ssh-rsa.c | 209 const u_char *oid = NULL; in openssh_RSA_verify() local 215 oid = id_sha1; in openssh_RSA_verify() 220 oid = id_md5; in openssh_RSA_verify() 247 if (memcmp(decrypted, oid, oidlen) != 0) { in openssh_RSA_verify()
|
| /mirbsd/src/lib/libssl/src/doc/apps/ |
| D | asn1parse.pod | 17 [B<-oid filename>] 60 =item B<-oid filename> 115 numerical form (for example 1.2.3.4). The file passed to the B<-oid> option
|
| D | x509.pod | 512 =item B<nofname>, B<sname>, B<lname>, B<oid> 517 B<oid> represents the OID in numerical form and is useful for
|
| /mirbsd/src/sys/dev/sdmmc/ |
| D | sdmmc_mem.c | 284 cid->oid = SD_CID_OID(resp); in sdmmc_decode_cid() 303 cid->oid = MMC_CID_OID_V2(resp); in sdmmc_decode_cid() 321 " mdt=%03x\n", cid->mid, cid->oid, cid->pnm, cid->rev, cid->psn, in sdmmc_print_cid()
|
| D | sdmmcvar.h | 42 int oid; /* OEM/product identification number */ member
|
| /mirbsd/src/lib/libssl/src/crypto/objects/ |
| D | obj_dat.c | 641 int OBJ_create(const char *oid, const char *sn, const char *ln) in OBJ_create() argument 648 i=a2d_ASN1_OBJECT(NULL,0,oid,-1); in OBJ_create() 656 i=a2d_ASN1_OBJECT(buf,i,oid,-1); in OBJ_create()
|
| D | objects.pl | 205 local($oid)=@_;
|
| D | objects.h | 1016 int OBJ_create(const char *oid,const char *sn,const char *ln);
|
| D | objects.txt | 136 id-smime-mod 3 : id-smime-mod-oid
|
| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | OBJ_nid2obj.pod | 27 int OBJ_create(const char *oid,const char *sn,const char *ln); 63 OBJ_create() adds a new object to the internal table. B<oid> is the
|
| /mirbsd/src/lib/libssl/src/crypto/evp/ |
| D | evp.h | 166 int oid; 201 int oid; /* For the pub-key type */
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | openssl.cnf | 12 #oid_file = $ENV::HOME/.oid
|