Home
last modified time | relevance | path

Searched defs:aobj (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_object.c372 i2t_ASN1_OBJECT_oid(const ASN1_OBJECT *aobj, CBB *cbb) in i2t_ASN1_OBJECT_oid()
382 i2t_ASN1_OBJECT_name(const ASN1_OBJECT *aobj, CBB *cbb, const char **out_name) in i2t_ASN1_OBJECT_name()
410 i2t_ASN1_OBJECT_cbb(const ASN1_OBJECT *aobj, CBB *cbb, int no_name) in i2t_ASN1_OBJECT_cbb()
424 i2t_ASN1_OBJECT_internal(const ASN1_OBJECT *aobj, char *buf, int buf_len, int no_name) in i2t_ASN1_OBJECT_internal()
452 i2t_ASN1_OBJECT(char *buf, int buf_len, const ASN1_OBJECT *aobj) in i2t_ASN1_OBJECT()
460 ASN1_OBJECT *aobj = NULL; in t2i_ASN1_OBJECT_internal() local
496 i2a_ASN1_OBJECT(BIO *bp, const ASN1_OBJECT *aobj) in i2a_ASN1_OBJECT()
527 ASN1_OBJECT *aobj = NULL; in c2i_ASN1_OBJECT_cbs() local
580 ASN1_OBJECT *aobj = NULL; in c2i_ASN1_OBJECT() local
631 ASN1_OBJECT *aobj = NULL; in d2i_ASN1_OBJECT() local
H A Dx_algor.c151 X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval) in X509_ALGOR_set0()
H A Dp8_pkey.c144 PKCS8_pkey_set0(PKCS8_PRIV_KEY_INFO *priv, ASN1_OBJECT *aobj, int version, in PKCS8_pkey_set0()
H A Dx_pubkey.c714 X509_PUBKEY_set0_param(X509_PUBKEY *pub, ASN1_OBJECT *aobj, int ptype, in X509_PUBKEY_set0_param()
/dflybsd-src/sys/vfs/tmpfs/
H A Dtmpfs_subr.c1049 vm_object_t aobj; in tmpfs_reg_resize() local
1066 vm_object_t aobj; in tmpfs_reg_resize() local
/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_device.c2785 struct amdgpu_bo *aobj = gem_to_amdgpu_bo(amdgpu_crtc->cursor_bo); in amdgpu_device_suspend() local
2897 struct amdgpu_bo *aobj = gem_to_amdgpu_bo(amdgpu_crtc->cursor_bo); in amdgpu_device_resume() local
H A Damdgpu_cs.c916 struct amdgpu_bo *aobj = NULL; in amdgpu_cs_ib_vm_chunk() local
H A Ddce_v11_0.c2424 struct amdgpu_bo *aobj; in dce_v11_0_crtc_cursor_set2() local
2486 struct amdgpu_bo *aobj = gem_to_amdgpu_bo(amdgpu_crtc->cursor_bo); in dce_v11_0_crtc_cursor_set2() local
H A Ddce_v10_0.c2345 struct amdgpu_bo *aobj; in dce_v10_0_crtc_cursor_set2() local
2407 struct amdgpu_bo *aobj = gem_to_amdgpu_bo(amdgpu_crtc->cursor_bo); in dce_v10_0_crtc_cursor_set2() local
/dflybsd-src/crypto/libressl/crypto/objects/
H A Dobj_dat.c500 OBJ_obj2txt(char *buf, int buf_len, const ASN1_OBJECT *aobj, int no_name) in OBJ_obj2txt()