Symbol: signature_alg
crypto/heimdal/lib/hx509/crypto.c
1042
const struct signature_alg *sig_alg,
crypto/heimdal/lib/hx509/crypto.c
105
const struct signature_alg *,
crypto/heimdal/lib/hx509/crypto.c
111
const struct signature_alg *,
crypto/heimdal/lib/hx509/crypto.c
1162
private_key->signature_alg = ASN1_OID_ID_DSA_WITH_SHA1;
crypto/heimdal/lib/hx509/crypto.c
1174
const struct signature_alg *sig_alg,
crypto/heimdal/lib/hx509/crypto.c
120
static const struct signature_alg *
crypto/heimdal/lib/hx509/crypto.c
1214
const struct signature_alg *sig_alg,
crypto/heimdal/lib/hx509/crypto.c
1247
static const struct signature_alg ecdsa_with_sha256_alg = {
crypto/heimdal/lib/hx509/crypto.c
1261
static const struct signature_alg ecdsa_with_sha1_alg = {
crypto/heimdal/lib/hx509/crypto.c
1277
static const struct signature_alg heim_rsa_pkcs1_x509 = {
crypto/heimdal/lib/hx509/crypto.c
1291
static const struct signature_alg pkcs1_rsa_sha1_alg = {
crypto/heimdal/lib/hx509/crypto.c
1305
static const struct signature_alg rsa_with_sha512_alg = {
crypto/heimdal/lib/hx509/crypto.c
1319
static const struct signature_alg rsa_with_sha384_alg = {
crypto/heimdal/lib/hx509/crypto.c
1333
static const struct signature_alg rsa_with_sha256_alg = {
crypto/heimdal/lib/hx509/crypto.c
1347
static const struct signature_alg rsa_with_sha1_alg = {
crypto/heimdal/lib/hx509/crypto.c
1361
static const struct signature_alg rsa_with_sha1_alg_secsig = {
crypto/heimdal/lib/hx509/crypto.c
1375
static const struct signature_alg rsa_with_md5_alg = {
crypto/heimdal/lib/hx509/crypto.c
1389
static const struct signature_alg dsa_sha1_alg = {
crypto/heimdal/lib/hx509/crypto.c
1403
static const struct signature_alg sha512_alg = {
crypto/heimdal/lib/hx509/crypto.c
1417
static const struct signature_alg sha384_alg = {
crypto/heimdal/lib/hx509/crypto.c
1431
static const struct signature_alg sha256_alg = {
crypto/heimdal/lib/hx509/crypto.c
1445
static const struct signature_alg sha1_alg = {
crypto/heimdal/lib/hx509/crypto.c
1459
static const struct signature_alg md5_alg = {
crypto/heimdal/lib/hx509/crypto.c
1478
static const struct signature_alg *sig_algs[] = {
crypto/heimdal/lib/hx509/crypto.c
1500
static const struct signature_alg *
crypto/heimdal/lib/hx509/crypto.c
1574
const struct signature_alg *md;
crypto/heimdal/lib/hx509/crypto.c
1594
const struct signature_alg *md;
crypto/heimdal/lib/hx509/crypto.c
1618
const struct signature_alg *md;
crypto/heimdal/lib/hx509/crypto.c
1657
const struct signature_alg *md;
crypto/heimdal/lib/hx509/crypto.c
2083
key->signature_alg = ASN1_OID_ID_PKCS1_SHA1WITHRSAENCRYPTION;
crypto/heimdal/lib/hx509/crypto.c
3105
const struct signature_alg *md;
crypto/heimdal/lib/hx509/crypto.c
3110
md = find_sig_alg(key->signature_alg);
crypto/heimdal/lib/hx509/crypto.c
336
const struct signature_alg *sig_alg,
crypto/heimdal/lib/hx509/crypto.c
38
struct signature_alg;
crypto/heimdal/lib/hx509/crypto.c
414
const struct signature_alg *sig_alg,
crypto/heimdal/lib/hx509/crypto.c
489
const struct signature_alg *sig;
crypto/heimdal/lib/hx509/crypto.c
535
const struct signature_alg *sig_alg,
crypto/heimdal/lib/hx509/crypto.c
644
const struct signature_alg *sig_alg,
crypto/heimdal/lib/hx509/crypto.c
663
sig_oid = signer->signature_alg;
crypto/heimdal/lib/hx509/crypto.c
69
const struct signature_alg *md;
crypto/heimdal/lib/hx509/crypto.c
70
const heim_oid *signature_alg;
crypto/heimdal/lib/hx509/crypto.c
770
private_key->signature_alg = ASN1_OID_ID_PKCS1_SHA1WITHRSAENCRYPTION;
crypto/heimdal/lib/hx509/crypto.c
851
private_key->signature_alg = ASN1_OID_ID_PKCS1_SHA1WITHRSAENCRYPTION;
crypto/heimdal/lib/hx509/crypto.c
996
private_key->signature_alg = ASN1_OID_ID_ECDSA_WITH_SHA256;