Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/asymmetric_keys/
Dasym_tpm.c36 const unsigned char *keyblob, int keybloblen, in tpm_loadkey2() argument
66 keybloblen, keyblob, 0, 0); in tpm_loadkey2()
73 store32(tb, TPM_LOADKEY2_SIZE + keybloblen); in tpm_loadkey2()
76 storebytes(tb, keyblob, keybloblen); in tpm_loadkey2()