Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
Dsymmetric.c154 case TPM_ES_SYM_OFB: in get_openssl_cipher()
174 case TPM_ES_SYM_OFB: in get_openssl_cipher()
194 case TPM_ES_SYM_OFB: in get_openssl_cipher()
214 case TPM_ES_SYM_OFB: in get_openssl_cipher()
234 case TPM_ES_SYM_OFB: in get_openssl_cipher()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_caps_tpm.c279 tcsSubCap = TPM_ES_SYM_OFB; in Tspi_TPM_GetCapability()
Dobj_context.c626 UINT16 encs[] = { TPM_ES_SYM_OFB, TPM_ES_SYM_CNT, TPM_ES_SYM_CBC_PKCS5PAD, 0 }, e = 0;
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/tss/
Dtpm.h372 #define TPM_ES_SYM_OFB ((UINT16)0x0005) macro