Searched refs:aoid (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/crypto/openssl/crypto/cms/ |
| H A D | cms_dh.c | 22 const ASN1_OBJECT *aoid; in dh_cms_set_peerkey() local 33 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in dh_cms_set_peerkey() 34 if (OBJ_obj2nid(aoid) != NID_dhpublicnumber) in dh_cms_set_peerkey() 197 const ASN1_OBJECT *aoid; in dh_cms_encrypt() local 218 X509_ALGOR_get0(&aoid, NULL, NULL, talg); in dh_cms_encrypt() 219 if (aoid == OBJ_nid2obj(NID_undef)) { in dh_cms_encrypt()
|
| H A D | cms_ec.c | 75 const ASN1_OBJECT *aoid; in ecdh_cms_set_peerkey() local 83 X509_ALGOR_get0(&aoid, &atype, &aval, alg); in ecdh_cms_set_peerkey() 84 if (OBJ_obj2nid(aoid) != NID_X9_62_id_ecPublicKey) in ecdh_cms_set_peerkey() 256 const ASN1_OBJECT *aoid; in ecdh_cms_encrypt() local 274 X509_ALGOR_get0(&aoid, NULL, NULL, talg); in ecdh_cms_encrypt() 276 if (aoid == OBJ_nid2obj(NID_undef)) { in ecdh_cms_encrypt()
|
| H A D | cms_sd.c | 385 const ASN1_OBJECT *aoid; in CMS_add1_signer() local 389 X509_ALGOR_get0(&aoid, NULL, NULL, alg); in CMS_add1_signer() 390 OBJ_obj2txt(name, sizeof(name), aoid, 0); in CMS_add1_signer()
|
| /freebsd-14.2/crypto/openssl/apps/ |
| H A D | pkcs12.c | 1036 const ASN1_OBJECT *aoid; in alg_print() local 1040 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, alg); in alg_print() 1042 pbenid = OBJ_obj2nid(aoid); in alg_print() 1059 X509_ALGOR_get0(&aoid, &aparamtype, &aparam, pbe2->keyfunc); in alg_print() 1060 pbenid = OBJ_obj2nid(aoid); in alg_print() 1061 X509_ALGOR_get0(&aoid, NULL, NULL, pbe2->encryption); in alg_print() 1062 encnid = OBJ_obj2nid(aoid); in alg_print() 1079 X509_ALGOR_get0(&aoid, NULL, NULL, kdf->prf); in alg_print() 1080 prfnid = OBJ_obj2nid(aoid); in alg_print()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_acl.c | 1226 uint64_t aoid; in zfs_aclset_common() local 1232 aoid = acl_phys.z_acl_extern_obj; in zfs_aclset_common() 1240 if (aoid && in zfs_aclset_common() 1242 error = dmu_object_free(zfsvfs->z_os, aoid, tx); in zfs_aclset_common() 1245 aoid = 0; in zfs_aclset_common() 1247 if (aoid == 0) { in zfs_aclset_common() 1248 aoid = dmu_object_alloc(zfsvfs->z_os, in zfs_aclset_common() 1256 aoid, aclp->z_acl_bytes, 0, tx); in zfs_aclset_common() 1258 acl_phys.z_acl_extern_obj = aoid; in zfs_aclset_common() 1263 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 1411 uint64_t aoid; in zfs_aclset_common() local 1417 aoid = acl_phys.z_acl_extern_obj; in zfs_aclset_common() 1425 if (aoid && in zfs_aclset_common() 1427 error = dmu_object_free(zfsvfs->z_os, aoid, tx); in zfs_aclset_common() 1430 aoid = 0; in zfs_aclset_common() 1432 if (aoid == 0) { in zfs_aclset_common() 1433 aoid = dmu_object_alloc(zfsvfs->z_os, in zfs_aclset_common() 1441 aoid, aclp->z_acl_bytes, 0, tx); in zfs_aclset_common() 1443 acl_phys.z_acl_extern_obj = aoid; in zfs_aclset_common() 1448 dmu_write(zfsvfs->z_os, aoid, off, in zfs_aclset_common()
|