Searched refs:public_key (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_skey.c127 pk = ctx->subject_req->req_info->pubkey->public_key;
129 pk = ctx->subject_cert->cert_info->key->public_key;
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_pubkey.c82 ASN1_SIMPLE(X509_PUBKEY, public_key, ASN1_BIT_STRING)
215 if (!M_ASN1_BIT_STRING_set(pk->public_key, s, i)) {
220 pk->public_key->flags &= ~(ASN1_STRING_FLAG_BITS_LEFT | 0x07);
221 pk->public_key->flags |= ASN1_STRING_FLAG_BITS_LEFT;
261 if (key->public_key == NULL)
341 p = key->public_key->data;
342 j = key->public_key->length;
H A Dt_x509.c299 EVP_Digest(x->cert_info->key->public_key->data,
300 x->cert_info->key->public_key->length, SHA1md, NULL,
H A Dt_pkey.c474 const EC_POINT *public_key; local
482 public_key = EC_KEY_get0_public_key(x);
483 if ((pub_key = EC_POINT_point2bn(group, public_key,
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dx509v3.h64 u8 *public_key; member in struct:x509_certificate
H A Dtlsv1_common.c177 *pk = crypto_public_key_import(cert->public_key, cert->public_key_len);
H A Dx509v3.c62 os_free(cert->public_key);
282 os_free(cert->public_key);
283 cert->public_key = os_malloc(hdr.length - 1);
284 if (cert->public_key == NULL) {
289 os_memcpy(cert->public_key, pos + 1, hdr.length - 1);
292 cert->public_key, cert->public_key_len);
1607 pk = crypto_public_key_import(issuer->public_key,
/freebsd-9.3-release/crypto/openssl/demos/
H A Dspkigen.c160 if (!ASN1_BIT_STRING_set(pk->public_key, s, i))
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_i.h177 const u8 *public_key; member in struct:wps_parse_attr
H A Dwps_attr_parse.c360 attr->public_key = pos;
H A Dwps_enrollee.c791 if (wps_process_pubkey(wps, attr->public_key, attr->public_key_len) ||
H A Dwps_registrar.c2064 wps_process_pubkey(wps, attr->public_key, attr->public_key_len) ||
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_cmp.c387 return x->cert_info->key->public_key;
H A Dx509.h159 ASN1_BIT_STRING *public_key; member in struct:X509_pubkey_st
/freebsd-9.3-release/crypto/openssl/apps/
H A Dx509.c533 (req->req_info->pubkey->public_key == NULL) ||
534 (req->req_info->pubkey->public_key->data == NULL)) {
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dks_p11.c99 CK_OBJECT_HANDLE public_key; member in struct:p11_rsa
/freebsd-9.3-release/crypto/heimdal/lib/hx509/ref/
H A Dpkcs11.h967 ck_object_handle_t *public_key,
/freebsd-9.3-release/crypto/openssh/
H A Dpkcs11.h965 ck_object_handle_t *public_key,

Completed in 155 milliseconds