Lines Matching refs:crypto_toolbox
45 using crypto_toolbox::aes_128;
761 p_cb->commitment = crypto_toolbox::f4( in smp_calculate_local_commitment()
769 crypto_toolbox::f4(p_cb->loc_publ_key.x, p_cb->peer_publ_key.x, in smp_calculate_local_commitment()
775 p_cb->commitment = crypto_toolbox::f4( in smp_calculate_local_commitment()
800 output = crypto_toolbox::f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, in smp_calculate_peer_commitment()
806 output = crypto_toolbox::f4(p_cb->peer_publ_key.x, p_cb->loc_publ_key.x, in smp_calculate_peer_commitment()
810 output = crypto_toolbox::f4(p_cb->peer_publ_key.x, p_cb->peer_publ_key.x, in smp_calculate_peer_commitment()
838 p_cb->number_to_display = crypto_toolbox::g2( in smp_calculate_numeric_comparison_display_number()
841 p_cb->number_to_display = crypto_toolbox::g2( in smp_calculate_numeric_comparison_display_number()
888 p_cb->dhkey_check = crypto_toolbox::f6(p_cb->mac_key, p_cb->rand, p_cb->rrand, in smp_calculate_local_dhkey_check()
913 Octet16 param_buf = crypto_toolbox::f6(p_cb->mac_key, p_cb->rrand, p_cb->rand, in smp_calculate_peer_dhkey_check()
966 crypto_toolbox::ltk_to_link_key(p_cb->ltk, p_cb->key_derivation_h7_used); in smp_calculate_link_key_from_long_term_key()
1029 p_cb->ltk = crypto_toolbox::link_key_to_ltk(rev_link_key, in smp_calculate_long_term_key_from_link_key()