Home | History | Annotate | Download | only in crypto

Lines Matching full:certificate

41  * Identify X.509 certificate public key
43 * @v certificate Certificate
48 static int x509_public_key ( const struct asn1_cursor *certificate,
55 memcpy ( &cursor, certificate, sizeof ( cursor ) );
56 rc = ( asn1_enter ( &cursor, ASN1_SEQUENCE ), /* Certificate */
67 DBG_HDA ( 0, certificate->data, certificate->len );
76 DBG_HDA ( 0, certificate->data, certificate->len );
86 DBG_HDA ( 0, certificate->data, certificate->len );
94 * Identify X.509 certificate RSA modulus and public exponent
96 * @v certificate Certificate
104 int x509_rsa_public_key ( const struct asn1_cursor *certificate,
113 if ( ( rc = x509_public_key ( certificate, &algorithm,
121 DBG_HDA ( 0, certificate->data, certificate->len );
128 DBG_HDA ( 0, certificate->data, certificate->len );
138 DBG_HDA ( 0, certificate->data, certificate->len );
148 DBG_HDA ( 0, certificate->data, certificate->len );
155 DBG_HDA ( 0, certificate->data, certificate->len );
163 DBG_HDA ( 0, certificate->data, certificate->len );