| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcs_aik.c | 37 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 D | tspi_aik.c | 110 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 D | obj_context.c | 755 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 D | tsp_seal.c | 30 TSS_ALGORITHM_ID algId, in sealx_mask_cb() argument
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc_ps.c | 337 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 D | crmf.asn1 | 29 algId AlgorithmIdentifier,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/crmf/ |
| H A D | crmf_local.h | 156 X509_ALGOR *algId; member
|
| H A D | crmf_asn.c | 80 ASN1_SIMPLE(OSSL_CRMF_PKMACVALUE, algId, X509_ALGOR),
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_digest.c | 77 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 D | tpm.h | 779 TPM_ALGORITHM_ID algId; member 1080 TPM_ALGORITHM_ID algId; member
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/ |
| H A D | trousers.c | 899 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()
|