Home
last modified time | relevance | path

Searched refs:publicKey (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_asn1.c160 ASN1_BIT_STRING *publicKey; member
234 ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1)
1055 if (priv_key->publicKey) { in d2i_ECPrivateKey()
1059 pub_oct = ASN1_STRING_get0_data(priv_key->publicKey); in d2i_ECPrivateKey()
1060 pub_oct_len = ASN1_STRING_length(priv_key->publicKey); in d2i_ECPrivateKey()
1127 priv_key->publicKey = ASN1_BIT_STRING_new(); in i2d_ECPrivateKey()
1128 if (priv_key->publicKey == NULL) { in i2d_ECPrivateKey()
1140 priv_key->publicKey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in i2d_ECPrivateKey()
1141 priv_key->publicKey->flags |= ASN1_STRING_FLAG_BITS_LEFT; in i2d_ECPrivateKey()
1142 ASN1_STRING_set0(priv_key->publicKey, pub, publen); in i2d_ECPrivateKey()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_asn1.c97 ASN1_BIT_STRING *publicKey; member
171 ASN1_EXP_OPT(EC_PRIVATEKEY, publicKey, ASN1_BIT_STRING, 1)
989 if (priv_key->publicKey) { in d2i_ECPrivateKey()
993 pub_oct = ASN1_STRING_get0_data(priv_key->publicKey); in d2i_ECPrivateKey()
994 pub_oct_len = ASN1_STRING_length(priv_key->publicKey); in d2i_ECPrivateKey()
1062 priv_key->publicKey = ASN1_BIT_STRING_new(); in i2d_ECPrivateKey()
1063 if (priv_key->publicKey == NULL) { in i2d_ECPrivateKey()
1075 priv_key->publicKey->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07); in i2d_ECPrivateKey()
1076 priv_key->publicKey->flags |= ASN1_STRING_FLAG_BITS_LEFT; in i2d_ECPrivateKey()
1077 ASN1_STRING_set0(priv_key->publicKey, pub, publen); in i2d_ECPrivateKey()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrmf.asn139 publicKey SubjectPublicKeyInfo
89 publicKey [6] IMPLICIT SEQUENCE {
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_local.h241 X509_PUBKEY *publicKey; member
315 X509_PUBKEY *publicKey; member
H A Dcrmf_lib.c489 pubkey = req->certReq->certTemplate->publicKey; in OSSL_CRMF_MSGS_verify_popo()
501 if (sig->poposkInput->publicKey == NULL) { in OSSL_CRMF_MSGS_verify_popo()
505 if (X509_PUBKEY_eq(pubkey, sig->poposkInput->publicKey) != 1) { in OSSL_CRMF_MSGS_verify_popo()
595 if (pubkey != NULL && !X509_PUBKEY_set(&tmpl->publicKey, pubkey)) in OSSL_CRMF_CERTTEMPLATE_fill()
H A Dcrmf_asn.c117 ASN1_SIMPLE(OSSL_CRMF_POPOSIGNINGKEYINPUT, publicKey, X509_PUBKEY)
201 ASN1_IMP_OPT(OSSL_CRMF_CERTTEMPLATE, publicKey, X509_PUBKEY, 6),
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
H A Drsa.c73 unsigned char *publicKey, in Trspi_RSA_Encrypt() argument
91 rsa_n = BN_bin2bn(publicKey, keysize, NULL); in Trspi_RSA_Encrypt()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtss_structs.h229 TSS_DAA_PK publicKey; member
296 TSS_DAA_AR_PK publicKey; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_local.h180 ASN1_BIT_STRING *publicKey; member
H A Dcms_kari.c87 *pubkey = oik->d.originatorKey->publicKey; in CMS_RecipientInfo_kari_get0_orig_id()
H A Dcms_asn1.c138 ASN1_SIMPLE(CMS_OriginatorPublicKey, publicKey, ASN1_BIT_STRING)
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_local.h194 ASN1_BIT_STRING *publicKey; member
H A Dcms_kari.c91 *pubkey = oik->d.originatorKey->publicKey; in CMS_RecipientInfo_kari_get0_orig_id()
H A Dcms_asn1.c138 ASN1_SIMPLE(CMS_OriginatorPublicKey, publicKey, ASN1_BIT_STRING)
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/trousers/
H A Dtrousers.h196 unsigned char *publicKey,
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ref/
H A Dpkcs11.h190 #define public_key publicKey
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dlayman.asc741 publicKey BIT STRING }