Home
last modified time | relevance | path

Searched refs:key_oid (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/
H A Ddh_kdf.c50 ASN1_OBJECT *key_oid, size_t outlen, in dh_sharedinfo_encode() argument
69 atmp.algorithm = key_oid; in dh_sharedinfo_encode()
100 ASN1_OBJECT *key_oid, in DH_KDF_X9_42() argument
115 derlen = dh_sharedinfo_encode(&der, &ctr, key_oid, outlen, ukm, ukmlen); in DH_KDF_X9_42()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhx_locl.h237 const heim_oid *key_oid; member
244 const heim_oid *key_oid; member
283 const heim_oid *key_oid; member
H A Dcrypto.c304 if (signer->ops && der_heim_oid_cmp(signer->ops->key_oid, ASN1_OID_ID_PKCS1_RSAENCRYPTION) != 0) in rsa_create_signature()
1036 keytype = pk->ops->key_oid; in alg_for_privatekey()
1039 if (sig_algs[i]->key_oid == NULL) in alg_for_privatekey()
1041 if (der_heim_oid_cmp(sig_algs[i]->key_oid, keytype) != 0) in alg_for_privatekey()
1076 if (private_algs[i]->key_oid == NULL) in hx509_find_private_alg()
1078 if (der_heim_oid_cmp(private_algs[i]->key_oid, oid) == 0) in hx509_find_private_alg()
1154 if (md->key_oid && signer) { in _hx509_verify_signature()
1158 if (der_heim_oid_cmp(&spi->algorithm.algorithm, md->key_oid) != 0) { in _hx509_verify_signature()
1387 (*ctx)->key_oid = oid; in _hx509_generate_private_key_init()
1427 ops = hx509_find_private_alg(ctx->key_oid); in _hx509_generate_private_key()
[all …]
H A Dcrypto-ec.c226 if (signer->ops && der_heim_oid_cmp(signer->ops->key_oid, ASN1_OID_ID_ECPUBLICKEY) != 0) in ecdsa_create_signature()
292 if (der_heim_oid_cmp(signer->ops->key_oid, &asn1_oid_id_ecPublicKey) != 0) in ecdsa_available()
H A DTODO1 Handle private_key_ops better, esp wrt ->key_oid
H A DChangeLog1233 * crypto.c (hx509_crypto_select): check sig_algs[j]->key_oid
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_kdf.c68 ASN1_OBJECT *key_oid, in DH_KDF_X9_42() argument
75 if (OBJ_obj2txt(key_alg, sizeof(key_alg), key_oid, 0) <= 0) in DH_KDF_X9_42()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Ddh.h176 ASN1_OBJECT *key_oid,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Ddh.h253 ASN1_OBJECT *key_oid,