Searched refs:null_entry_oid (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | rsa.c | 324 static const heim_octet_string null_entry_oid = { 2, rk_UNCONST("\x05\x00") }; 328 { 6, rk_UNCONST(sha1_oid_tree) }, rk_UNCONST(&null_entry_oid) 332 { 9, rk_UNCONST(sha256_oid_tree) }, rk_UNCONST(&null_entry_oid) 336 { 6, rk_UNCONST(md5_oid_tree) }, rk_UNCONST(&null_entry_oid)
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| H A D | crypto.c | 46 static const heim_octet_string null_entry_oid = { 2, rk_UNCONST("\x05\x00") }; variable 50 { 9, rk_UNCONST(sha512_oid_tree) }, rk_UNCONST(&null_entry_oid) 55 { 9, rk_UNCONST(sha384_oid_tree) }, rk_UNCONST(&null_entry_oid) 60 { 9, rk_UNCONST(sha256_oid_tree) }, rk_UNCONST(&null_entry_oid) 65 { 6, rk_UNCONST(sha1_oid_tree) }, rk_UNCONST(&null_entry_oid) 70 { 6, rk_UNCONST(md5_oid_tree) }, rk_UNCONST(&null_entry_oid) 75 { 7, rk_UNCONST(rsa_with_sha512_oid) }, rk_UNCONST(&null_entry_oid) 80 { 7, rk_UNCONST(rsa_with_sha384_oid) }, rk_UNCONST(&null_entry_oid) 85 { 7, rk_UNCONST(rsa_with_sha256_oid) }, rk_UNCONST(&null_entry_oid) 90 { 7, rk_UNCONST(rsa_with_sha1_oid) }, rk_UNCONST(&null_entry_oid) [all …]
|