Lines Matching defs:cert

46 int botan_x509_cert_dup(botan_x509_cert_t* cert_obj, botan_x509_cert_t cert)  in botan_x509_cert_dup()
83 int botan_x509_cert_get_public_key(botan_x509_cert_t cert, botan_pubkey_t* key) in botan_x509_cert_get_public_key()
102 int botan_x509_cert_get_issuer_dn(botan_x509_cert_t cert, in botan_x509_cert_get_issuer_dn()
114 int botan_x509_cert_get_subject_dn(botan_x509_cert_t cert, in botan_x509_cert_get_subject_dn()
126 int botan_x509_cert_to_string(botan_x509_cert_t cert, char out[], size_t* out_len) in botan_x509_cert_to_string()
136 int botan_x509_cert_allowed_usage(botan_x509_cert_t cert, unsigned int key_usage) in botan_x509_cert_allowed_usage()
151 int botan_x509_cert_destroy(botan_x509_cert_t cert) in botan_x509_cert_destroy()
161 int botan_x509_cert_get_time_starts(botan_x509_cert_t cert, char out[], size_t* out_len) in botan_x509_cert_get_time_starts()
171 int botan_x509_cert_get_time_expires(botan_x509_cert_t cert, char out[], size_t* out_len) in botan_x509_cert_get_time_expires()
181 int botan_x509_cert_not_before(botan_x509_cert_t cert, uint64_t* time_since_epoch) in botan_x509_cert_not_before()
193 int botan_x509_cert_not_after(botan_x509_cert_t cert, uint64_t* time_since_epoch) in botan_x509_cert_not_after()
205 int botan_x509_cert_get_serial_number(botan_x509_cert_t cert, uint8_t out[], size_t* out_len) in botan_x509_cert_get_serial_number()
215 int botan_x509_cert_get_fingerprint(botan_x509_cert_t cert, const char* hash, uint8_t out[], size_t… in botan_x509_cert_get_fingerprint()
225 int botan_x509_cert_get_authority_key_id(botan_x509_cert_t cert, uint8_t out[], size_t* out_len) in botan_x509_cert_get_authority_key_id()
235 int botan_x509_cert_get_subject_key_id(botan_x509_cert_t cert, uint8_t out[], size_t* out_len) in botan_x509_cert_get_subject_key_id()
245 int botan_x509_cert_get_public_key_bits(botan_x509_cert_t cert, uint8_t out[], size_t* out_len) in botan_x509_cert_get_public_key_bits()
255 int botan_x509_cert_hostname_match(botan_x509_cert_t cert, const char* hostname) in botan_x509_cert_hostname_match()
270 botan_x509_cert_t cert, in botan_x509_cert_verify()
405 int botan_x509_is_revoked(botan_x509_crl_t crl, botan_x509_cert_t cert) in botan_x509_is_revoked()
420 botan_x509_cert_t cert, in botan_x509_cert_verify_with_crl()