Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_aik.c37 LoadBlob_UINT32(offset, key->algId, blob); in LoadBlob_SYMMETRIC_KEY()
64 UnloadBlob_UINT32(offset, &key->algId, blob); in UnloadBlob_SYMMETRIC_KEY()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtspi_aik.c110 symKey.algId = TCPA_ALG_AES; in Tspi_TPM_CollateIdentityRequest()
115 symKey.algId = TCPA_ALG_DES; in Tspi_TPM_CollateIdentityRequest()
120 symKey.algId = TCPA_ALG_3DES; in Tspi_TPM_CollateIdentityRequest()
563 if ((result = Trspi_SymDecrypt(symKey.algId, symKey.encScheme, symKey.data, NULL, in Tspi_TPM_ActivateIdentity()
H A Dobj_context.c755 context->transPub.algId = TPM_ALG_MGF1; in obj_context_transport_establish()
936 switch (transPub->algId) { in do_transport_decryption()
967 if ((result = Trspi_SymEncrypt(transPub->algId, transPub->encScheme, secret, iv, in, in do_transport_decryption()
977 transPub->algId); in do_transport_decryption()
1016 switch (transPub->algId) { in do_transport_encryption()
1047 if ((result = Trspi_SymEncrypt(transPub->algId, transPub->encScheme, secret, iv, in, in do_transport_encryption()
1057 transPub->algId); in do_transport_encryption()
H A Dtsp_seal.c30 TSS_ALGORITHM_ID algId, in sealx_mask_cb() argument
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_ps.c337 UINT32 algId, ulPublicInfoLength, keySize; in tcs_wrap_GetRegisteredKeyByPublicInfo() local
348 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &algId, 0, &data->comm)) in tcs_wrap_GetRegisteredKeyByPublicInfo()
363 result = TCSP_GetRegisteredKeyByPublicInfo_Internal(hContext, algId, in tcs_wrap_GetRegisteredKeyByPublicInfo()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrmf.asn129 algId AlgorithmIdentifier,
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/crmf/
H A Dcrmf_local.h156 X509_ALGOR *algId; member
H A Dcrmf_asn.c80 ASN1_SIMPLE(OSSL_CRMF_PKMACVALUE, algId, X509_ALGOR),
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_digest.c77 win_crypto_init(Digest_CTX *ctx, DWORD prov, ALG_ID algId) in win_crypto_init() argument
90 if (!CryptCreateHash(ctx->cryptProv, algId, 0, 0, &ctx->hash)) { in win_crypto_init()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtpm.h779 TPM_ALGORITHM_ID algId; member
1080 TPM_ALGORITHM_ID algId; member
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/
H A Dtrousers.c899 Trspi_LoadBlob_UINT32(offset, key->algId, blob); in Trspi_LoadBlob_SYMMETRIC_KEY()
921 Trspi_UnloadBlob_UINT32(offset, &key->algId, blob); in Trspi_UnloadBlob_SYMMETRIC_KEY()
1942 result = Trspi_Hash_UINT32(c, key->algId); in Trspi_Hash_SYMMETRIC_KEY()
2125 Trspi_UnloadBlob_UINT32(offset, &t->algId, blob); in Trspi_UnloadBlob_TRANSPORT_PUBLIC()
2134 Trspi_LoadBlob_UINT32(offset, t->algId, blob); in Trspi_LoadBlob_TRANSPORT_PUBLIC()