Searched defs:sk (Results 1 – 4 of 4) sorted by relevance
/babblesim_ext_libCryptov1-latest/src/ |
D | blecrypt.c | 45 const uint8_t *sk, // Session key (KEY_LEN bytes, BIG-ENDIAN) in blecrypt_packet_encrypt() 67 const uint8_t *sk, // Session key (KEY_LEN bytes, BIG-ENDIAN) in blecrypt_packet_decrypt() 109 const uint8_t *sk, in blecrypt_packet_encrypt_v2() 169 const uint8_t *sk, in blecrypt_packet_decrypt_v2() 242 const uint8_t *sk, in blecrypt_packet_encrypt_v3() 307 const uint8_t *sk, in blecrypt_packet_decrypt_v3()
|
D | blecrypt_unittest.c | 36 uint8_t *sk) // Session key (KEY_LEN bytes, BIG-ENDIAN) in blecrypt_session_key_calc() 57 uint8_t *sk) // session key is big-endian for OpenSSL in test_session_key_calc() 106 const uint8_t *sk) // session key is big-endian for OpenSSL in test_packet_encryption() 142 const uint8_t *sk, // session key is big-endian for OpenSSL in test_packet_decryption() 288 uint8_t sk[KEY_LEN]; // sk is big-endian for OpenSSL in main() local
|
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | stack.h | 74 # define M_sk_num(sk) ((sk) ? (sk)->num:-1) argument 75 # define M_sk_value(sk,n) ((sk) ? (sk)->data[n] : NULL) argument
|
D | bio.h | 511 # define BIO_set_proxy_header(b,sk) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,4,(char *)sk) argument
|