Lines Matching refs:osdp_pd
35 void osdp_compute_scbk(struct osdp_pd *pd, uint8_t *master_key, uint8_t *scbk) in osdp_compute_scbk()
46 void osdp_compute_session_keys(struct osdp_pd *pd) in osdp_compute_session_keys()
84 void osdp_compute_cp_cryptogram(struct osdp_pd *pd) in osdp_compute_cp_cryptogram()
110 int osdp_verify_cp_cryptogram(struct osdp_pd *pd) in osdp_verify_cp_cryptogram()
125 void osdp_compute_pd_cryptogram(struct osdp_pd *pd) in osdp_compute_pd_cryptogram()
133 int osdp_verify_pd_cryptogram(struct osdp_pd *pd) in osdp_verify_pd_cryptogram()
148 void osdp_compute_rmac_i(struct osdp_pd *pd) in osdp_compute_rmac_i()
156 int osdp_decrypt_data(struct osdp_pd *pd, int is_cmd, uint8_t *data, int length) in osdp_decrypt_data()
184 int osdp_encrypt_data(struct osdp_pd *pd, int is_cmd, uint8_t *data, int length) in osdp_encrypt_data()
204 int osdp_compute_mac(struct osdp_pd *pd, int is_cmd, in osdp_compute_mac()
238 void osdp_sc_setup(struct osdp_pd *pd) in osdp_sc_setup()