Searched refs:poid (Results 1 – 8 of 8) sorted by relevance
/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_genn.c | 232 ASN1_OBJECT **poid, ASN1_TYPE **pvalue) in GENERAL_NAME_get0_otherName() argument 236 if (poid) in GENERAL_NAME_get0_otherName() 237 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
|
/freebsd/sys/arm/ti/ |
H A D | ti_pruss.c | 609 struct sysctl_oid *poid; in ti_pruss_attach() local 610 poid = device_get_sysctl_tree( dev ); in ti_pruss_attach() 611 if (!poid) in ti_pruss_attach() 615 struct sysctl_oid *irq_root = SYSCTL_ADD_NODE(clist, SYSCTL_CHILDREN(poid), in ti_pruss_attach() 618 SYSCTL_ADD_PROC(clist, SYSCTL_CHILDREN(poid), OID_AUTO, in ti_pruss_attach()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_ec.c | 44 const ASN1_OBJECT *poid = pval; in pkey_type2param() local 51 if (OBJ_obj2txt(groupname, sizeof(groupname), poid, 0) <= 0 in pkey_type2param()
|
/freebsd/sys/dev/usb/ |
H A D | usb_hub_acpi.c | 138 acpi_uhub_parse_upc(device_t dev, unsigned p, ACPI_HANDLE ah, struct sysctl_oid_list *poid) in acpi_uhub_parse_upc() argument 166 poid, OID_AUTO, in acpi_uhub_parse_upc()
|
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ec_backend.c | 785 const ASN1_OBJECT *poid = pval; in ossl_ec_key_param_from_x509_algor() local 791 group = EC_GROUP_new_by_curve_name_ex(libctx, propq, OBJ_obj2nid(poid)); in ossl_ec_key_param_from_x509_algor()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 3433 struct sysctl_oid *poid; in t3_add_configured_sysctls() local 3438 poid = SYSCTL_ADD_NODE(ctx, children, OID_AUTO, in t3_add_configured_sysctls() 3441 poidlist = SYSCTL_CHILDREN(poid); in t3_add_configured_sysctls() 3598 poid = SYSCTL_ADD_NODE(ctx, poidlist, OID_AUTO, "mac_stats", in t3_add_configured_sysctls() 3600 poidlist = SYSCTL_CHILDREN(poid); in t3_add_configured_sysctls()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509v3.h.in | 564 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
|
H A D | x509v3.h | 828 ASN1_OBJECT **poid, ASN1_TYPE **pvalue);
|