RTRlib
Data Structures | Macros | Typedefs | Variables
Subject Public Key Info table

Data Structures

struct  spki_record
 

Macros

#define SKI_SIZE   20
 
#define SPKI_SIZE   91
 

Typedefs

typedef void(* spki_update_fp) (struct spki_table *spki_table, const struct spki_record record, const bool added)
 

Variables

uint32_t spki_record::asn
 
uint8_t spki_record::ski [20]
 
const struct rtr_socketspki_record::socket
 
uint8_t spki_record::spki [91]
 

Detailed Description

Typedef Documentation

◆ spki_update_fp

typedef void(* spki_update_fp) (struct spki_table *spki_table, const struct spki_record record, const bool added)

A function pointer that is called if an record was added to the spki_table or was removed from the spki_table.

Parameters
spki_tablewhich was updated.
recordspki_record that was modified.
addedTrue if the record was added, false if the record was removed.