Home
last modified time | relevance | path

Searched defs:dec (Results 1 – 25 of 104) sorted by relevance

12345

/netbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c123 declaration dec; in def_struct() local
150 declaration dec; in def_program() local
296 declaration dec; in def_union() local
398 declaration dec; in def_typedef() local
411 get_declaration(declaration *dec, defkind dkind) in get_declaration()
464 get_prog_declaration(declaration *dec, defkind dkind, int num /* arg number */) in get_prog_declaration()
/netbsd-src/sys/crypto/aes/
H A Daes_impl.c208 aes_setdeckey(struct aesdec *dec, const uint8_t key[static 16], in aes_setdeckey()
217 aes_setdeckey128(struct aesdec *dec, const uint8_t key[static 16]) in aes_setdeckey128()
226 aes_setdeckey192(struct aesdec *dec, const uint8_t key[static 24]) in aes_setdeckey192()
235 aes_setdeckey256(struct aesdec *dec, const uint8_t key[static 32]) in aes_setdeckey256()
253 aes_dec(const struct aesdec *dec, const uint8_t in[static 16], in aes_dec()
272 aes_cbc_dec(struct aesdec *dec, const uint8_t in[static 16], in aes_cbc_dec()
292 aes_xts_dec(struct aesdec *dec, const uint8_t in[static 16], in aes_xts_dec()
444 const uint32_t *enc, *dec; in aes_selftest_stdkeysched() member
H A Daes_selftest.c105 struct aesdec dec; in aes_selftest_encdec() local
208 struct aesdec dec; in aes_selftest_encdec_cbc() local
338 struct aesdec dec; in aes_selftest_encdec_xts() local
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_maint.c37 BYTE *dec; in Transport_CreateMaintenanceArchive() local
89 BYTE *dec; in Transport_LoadMaintenanceArchive() local
137 BYTE *data, *dec; in Transport_LoadManuMaintPub() local
177 BYTE *dec; in Transport_ReadManuMaintPub() local
H A Dtsp_delegate.c446 BYTE *data, *dec = NULL; in Transport_Delegate_Manage() local
509 BYTE *data, *dec = NULL; in Transport_Delegate_CreateKeyDelegation() local
576 BYTE *data, *dec = NULL; in Transport_Delegate_CreateOwnerDelegation() local
629 BYTE *data, *dec = NULL; in Transport_Delegate_LoadOwnerDelegation() local
670 BYTE *dec = NULL; in Transport_Delegate_ReadTable() local
722 BYTE *data, *dec = NULL; in Transport_Delegate_UpdateVerificationCount() local
772 BYTE *data, *dec = NULL; in Transport_Delegate_VerifyDelegation() local
816 BYTE *data, *dec = NULL; in Transport_DSAP() local
H A Dtsp_pcr_extend.c38 BYTE data[sizeof(TCPA_PCRINDEX) + sizeof(TCPA_DIGEST)], *dec; in Transport_Extend() local
71 BYTE data[sizeof(TCPA_PCRINDEX)], *dec; in Transport_PcrRead() local
H A Dtsp_tick.c33 BYTE *dec = NULL; in Transport_ReadCurrentTicks() local
66 BYTE *dec = NULL; in Transport_TickStampBlob() local
H A Dtsp_selftest.c51 BYTE *dec = NULL; in Transport_CertifySelfTest() local
103 BYTE *dec = NULL; in Transport_GetTestResult() local
H A Dtsp_migration.c46 BYTE *data, *dec; in Transport_CreateMigrationBlob() local
135 BYTE *data, *dec; in Transport_ConvertMigrationBlob() local
203 BYTE *data, *dec; in Transport_AuthorizeMigrationKey() local
H A Dtsp_key.c149 BYTE *dec = NULL; in Transport_GetPubKey() local
196 BYTE *dec = NULL; in Transport_CreateWrapKey() local
256 BYTE *dec = NULL; in Transport_LoadKeyByBlob() local
307 BYTE *dec = NULL, data[sizeof(TCS_KEY_HANDLE)]; in Transport_OwnerReadInternalPub() local
H A Dtsp_aik.c41 BYTE *dec; in Transport_ActivateTPMIdentity() local
87 BYTE *dec, *data; in Transport_MakeIdentity2() local
/netbsd-src/sys/crypto/aes/arch/arm/
H A Daes_neon_impl.c66 aes_neon_setdeckey_impl(struct aesdec *dec, const uint8_t *key, in aes_neon_setdeckey_impl()
86 aes_neon_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aes_neon_dec_impl()
109 aes_neon_cbc_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aes_neon_cbc_dec_impl()
135 aes_neon_xts_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aes_neon_xts_dec_impl()
H A Daes_armv8.c91 aesarmv8_setdeckey_impl(struct aesdec *dec, const uint8_t key[static 16], in aesarmv8_setdeckey_impl()
115 aesarmv8_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aesarmv8_dec_impl()
138 aesarmv8_cbc_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aesarmv8_cbc_dec_impl()
186 aesarmv8_xts_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aesarmv8_xts_dec_impl()
/netbsd-src/sys/crypto/aes/arch/x86/
H A Daes_ssse3_impl.c58 aes_ssse3_setdeckey_impl(struct aesdec *dec, const uint8_t *key, in aes_ssse3_setdeckey_impl()
78 aes_ssse3_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aes_ssse3_dec_impl()
101 aes_ssse3_cbc_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aes_ssse3_cbc_dec_impl()
127 aes_ssse3_xts_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aes_ssse3_xts_dec_impl()
H A Daes_sse2_impl.c61 aes_sse2_setdeckey_impl(struct aesdec *dec, const uint8_t *key, in aes_sse2_setdeckey_impl()
85 aes_sse2_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aes_sse2_dec_impl()
108 aes_sse2_cbc_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aes_sse2_cbc_dec_impl()
134 aes_sse2_xts_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aes_sse2_xts_dec_impl()
H A Daes_ni.c89 aesni_setdeckey_impl(struct aesdec *dec, const uint8_t key[static 16], in aesni_setdeckey_impl()
113 aesni_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aesni_dec_impl()
136 aesni_cbc_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aesni_cbc_dec_impl()
184 aesni_xts_dec_impl(const struct aesdec *dec, const uint8_t in[static 16], in aesni_xts_dec_impl()
/netbsd-src/external/gpl3/gcc.old/dist/libdecnumber/bid/
H A Ddecimal64.c65 decimal64 dec; in decimal64FromNumber() member
93 decimal64 dec; in decimal64ToNumber() member
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/bid/
H A Ddecimal64.c65 decimal64 dec; in decimal64FromNumber() member
93 decimal64 dec; in decimal64ToNumber() member
H A Ddecimal128.c65 decimal128 dec; in decimal128FromNumber() member
93 decimal128 dec; in decimal128ToNumber() member
H A Ddecimal32.c65 decimal32 dec; in decimal32FromNumber() member
93 decimal32 dec; in decimal32ToNumber() member
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/bid/
H A Ddecimal32.c65 decimal32 dec; in decimal32FromNumber() member
93 decimal32 dec; in decimal32ToNumber() member
H A Ddecimal64.c65 decimal64 dec; in decimal64FromNumber() member
93 decimal64 dec; in decimal64ToNumber() member
H A Ddecimal128.c65 decimal128 dec; in decimal128FromNumber() member
93 decimal128 dec; in decimal128ToNumber() member
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/bid/
H A Ddecimal32.c65 decimal32 dec; in decimal32FromNumber() member
93 decimal32 dec; in decimal32ToNumber() member
H A Ddecimal128.c65 decimal128 dec; in decimal128FromNumber() member
93 decimal128 dec; in decimal128ToNumber() member

12345