Home
last modified time | relevance | path

Searched refs:aoid (Results 1 – 7 of 7) sorted by relevance

/src/crypto/openssl/crypto/pkcs12/
H A Dp12_npas.c200 const ASN1_OBJECT *aoid; in alg_get() local
206 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, alg); in alg_get()
207 pbenid = OBJ_obj2nid(aoid); in alg_get()
217 X509_ALGOR_get0(&aoid, NULL, NULL, pbe2->encryption); in alg_get()
218 encnid = OBJ_obj2nid(aoid); in alg_get()
232 X509_ALGOR_get0(&aoid, NULL, NULL, kdf->prf); in alg_get()
233 prfnid = OBJ_obj2nid(aoid); in alg_get()
/src/crypto/openssl/crypto/cms/
H A Dcms_dh.c23 const ASN1_OBJECT *aoid; in dh_cms_set_peerkey() local
34 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey()
35 if (OBJ_obj2nid(aoid) != NID_dhpublicnumber) in dh_cms_set_peerkey()
198 const ASN1_OBJECT *aoid; in dh_cms_encrypt() local
219 X509_ALGOR_get0(&aoid, NULL, NULL, talg); in dh_cms_encrypt()
220 if (aoid == OBJ_nid2obj(NID_undef)) { in dh_cms_encrypt()
H A Dcms_ec.c76 const ASN1_OBJECT *aoid; in ecdh_cms_set_peerkey() local
84 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey()
85 if (OBJ_obj2nid(aoid) != NID_X9_62_id_ecPublicKey) in ecdh_cms_set_peerkey()
257 const ASN1_OBJECT *aoid; in ecdh_cms_encrypt() local
275 X509_ALGOR_get0(&aoid, NULL, NULL, talg); in ecdh_cms_encrypt()
277 if (aoid == OBJ_nid2obj(NID_undef)) { in ecdh_cms_encrypt()
H A Dcms_sd.c421 const ASN1_OBJECT *aoid; in CMS_add1_signer() local
425 X509_ALGOR_get0(&aoid, NULL, NULL, alg); in CMS_add1_signer()
426 OBJ_obj2txt(name, sizeof(name), aoid, 0); in CMS_add1_signer()
/src/crypto/openssl/apps/
H A Dpkcs12.c1181 const ASN1_OBJECT *aoid; in alg_print() local
1185 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, alg); in alg_print()
1187 pbenid = OBJ_obj2nid(aoid); in alg_print()
1204 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, pbe2->keyfunc); in alg_print()
1205 pbenid = OBJ_obj2nid(aoid); in alg_print()
1206 X509_ALGOR_get0(&aoid, NULL, NULL, pbe2->encryption); in alg_print()
1207 encnid = OBJ_obj2nid(aoid); in alg_print()
1224 X509_ALGOR_get0(&aoid, NULL, NULL, kdf->prf); in alg_print()
1225 prfnid = OBJ_obj2nid(aoid); in alg_print()
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c1412 uint64_t aoid; in zfs_aclset_common() local
1418 aoid = acl_phys.z_acl_extern_obj; in zfs_aclset_common()
1426 if (aoid && in zfs_aclset_common()
1428 error = dmu_object_free(zfsvfs->z_os, aoid, tx); in zfs_aclset_common()
1431 aoid = 0; in zfs_aclset_common()
1433 if (aoid == 0) { in zfs_aclset_common()
1434 aoid = dmu_object_alloc(zfsvfs->z_os, in zfs_aclset_common()
1442 aoid, aclp->z_acl_bytes, 0, tx); in zfs_aclset_common()
1444 acl_phys.z_acl_extern_obj = aoid; in zfs_aclset_common()
1449 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c1227 uint64_t aoid; in zfs_aclset_common() local
1233 aoid = acl_phys.z_acl_extern_obj; in zfs_aclset_common()
1241 if (aoid && in zfs_aclset_common()
1243 error = dmu_object_free(zfsvfs->z_os, aoid, tx); in zfs_aclset_common()
1246 aoid = 0; in zfs_aclset_common()
1248 if (aoid == 0) { in zfs_aclset_common()
1249 aoid = dmu_object_alloc(zfsvfs->z_os, in zfs_aclset_common()
1257 aoid, aclp->z_acl_bytes, 0, tx); in zfs_aclset_common()
1259 acl_phys.z_acl_extern_obj = aoid; in zfs_aclset_common()
1264 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()