Searched refs:uid (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/ffc/ |
H A D | ffc_dh.c | 32 # define RFC5114(name, uid, sz, tag) { \ argument 33 name, uid, \ 44 # define RFC5114(name, uid, sz, tag) { name, uid } argument 50 int uid; member 101 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid) in ossl_ffc_uid_to_dh_named_group() argument 106 if (dh_named_groups[i].uid == uid) in ossl_ffc_uid_to_dh_named_group() 135 return group->uid; in ossl_ffc_named_group_get_uid()
|
/openssl/crypto/x509/ |
H A D | x509aset.c | 108 const ASN1_BIT_STRING *uid) in OSSL_ISSUER_SERIAL_set1_issuerUID() argument 111 isss->issuerUID = ASN1_STRING_dup(uid); in OSSL_ISSUER_SERIAL_set1_issuerUID()
|
/openssl/include/internal/ |
H A D | ffc.h | 207 const DH_NAMED_GROUP *ossl_ffc_uid_to_dh_named_group(int uid);
|
/openssl/doc/man3/ |
H A D | X509_ACERT_get0_holder_baseCertId.pod | 37 int OSSL_ISSUER_SERIAL_set1_issuerUID(OSSL_ISSUER_SERIAL *isss, ASN1_BIT_STRING *uid);
|
/openssl/crypto/ |
H A D | build.info | 107 comp_methods.c cversion.c info.c cpt_err.c ebcdic.c uid.c o_time.c \
|
/openssl/include/openssl/ |
H A D | x509_acert.h.in | 128 const ASN1_BIT_STRING *uid);
|
/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 1524 int uid = DH_get_nid(dh); in get_payload_group_name() local 1526 if (uid != NID_undef) { in get_payload_group_name() 1528 ossl_ffc_uid_to_dh_named_group(uid); in get_payload_group_name()
|
/openssl/crypto/objects/ |
H A D | objects.txt | 1218 pilotAttributeType 44 : uid : uniqueIdentifier
|
Completed in 28 milliseconds