Lines Matching refs:certificate
48 static int x509_public_key ( const struct asn1_cursor *certificate, in x509_public_key() argument
55 memcpy ( &cursor, certificate, sizeof ( cursor ) ); in x509_public_key()
67 DBG_HDA ( 0, certificate->data, certificate->len ); in x509_public_key()
76 DBG_HDA ( 0, certificate->data, certificate->len ); in x509_public_key()
86 DBG_HDA ( 0, certificate->data, certificate->len ); in x509_public_key()
104 int x509_rsa_public_key ( const struct asn1_cursor *certificate, in x509_rsa_public_key() argument
113 if ( ( rc = x509_public_key ( certificate, &algorithm, in x509_rsa_public_key()
121 DBG_HDA ( 0, certificate->data, certificate->len ); in x509_rsa_public_key()
128 DBG_HDA ( 0, certificate->data, certificate->len ); in x509_rsa_public_key()
138 DBG_HDA ( 0, certificate->data, certificate->len ); in x509_rsa_public_key()
148 DBG_HDA ( 0, certificate->data, certificate->len ); in x509_rsa_public_key()
155 DBG_HDA ( 0, certificate->data, certificate->len ); in x509_rsa_public_key()
163 DBG_HDA ( 0, certificate->data, certificate->len ); in x509_rsa_public_key()