Home
last modified time | relevance | path

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

/crypto/asymmetric_keys/
Dasym_tpm.c43 unsigned char cont = 0; in tpm_loadkey2() local
65 nonceodd, cont, sizeof(uint32_t), &ordinal, in tpm_loadkey2()
79 store8(tb, cont); in tpm_loadkey2()
127 unsigned char cont = 0; in tpm_unbind() local
151 nonceodd, cont, sizeof(uint32_t), &ordinal, in tpm_unbind()
167 store8(tb, cont); in tpm_unbind()
213 unsigned char cont = 0; in tpm_sign() local
237 nonceodd, cont, sizeof(uint32_t), &ordinal, in tpm_sign()
253 store8(tb, cont); in tpm_sign()
/crypto/
Dchacha20poly1305.c73 int (*cont)(struct aead_request *)) in async_done_continue()
79 err = cont(req); in async_done_continue()