Home
last modified time | relevance | path

Searched refs:CMD_SCRYPT_DATA_LEN (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_pd.c29 #define CMD_SCRYPT_DATA_LEN 16 macro
519 if (len != CMD_SCRYPT_DATA_LEN) { in pd_decode_command()
532 memcpy(pd->sc.cp_cryptogram, buf + pos, CMD_SCRYPT_DATA_LEN); in pd_decode_command()