/netbsd-src/usr.bin/rpcgen/ |
H A D | rpc_parse.c | 123 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 D | aes_impl.c | 208 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 D | aes_selftest.c | 105 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 D | tsp_maint.c | 37 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 D | tsp_delegate.c | 446 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 D | tsp_pcr_extend.c | 38 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 D | tsp_tick.c | 33 BYTE *dec = NULL; in Transport_ReadCurrentTicks() local 66 BYTE *dec = NULL; in Transport_TickStampBlob() local
|
H A D | tsp_selftest.c | 51 BYTE *dec = NULL; in Transport_CertifySelfTest() local 103 BYTE *dec = NULL; in Transport_GetTestResult() local
|
H A D | tsp_migration.c | 46 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 D | tsp_key.c | 149 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 D | tsp_aik.c | 41 BYTE *dec; in Transport_ActivateTPMIdentity() local 87 BYTE *dec, *data; in Transport_MakeIdentity2() local
|
/netbsd-src/sys/crypto/aes/arch/arm/ |
H A D | aes_neon_impl.c | 66 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 D | aes_armv8.c | 91 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 D | aes_ssse3_impl.c | 58 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 D | aes_sse2_impl.c | 61 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 D | aes_ni.c | 89 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 D | decimal64.c | 65 decimal64 dec; in decimal64FromNumber() member 93 decimal64 dec; in decimal64ToNumber() member
|
/netbsd-src/external/gpl3/gcc/dist/libdecnumber/bid/ |
H A D | decimal64.c | 65 decimal64 dec; in decimal64FromNumber() member 93 decimal64 dec; in decimal64ToNumber() member
|
H A D | decimal128.c | 65 decimal128 dec; in decimal128FromNumber() member 93 decimal128 dec; in decimal128ToNumber() member
|
H A D | decimal32.c | 65 decimal32 dec; in decimal32FromNumber() member 93 decimal32 dec; in decimal32ToNumber() member
|
/netbsd-src/external/gpl3/gdb/dist/libdecnumber/bid/ |
H A D | decimal32.c | 65 decimal32 dec; in decimal32FromNumber() member 93 decimal32 dec; in decimal32ToNumber() member
|
H A D | decimal64.c | 65 decimal64 dec; in decimal64FromNumber() member 93 decimal64 dec; in decimal64ToNumber() member
|
H A D | decimal128.c | 65 decimal128 dec; in decimal128FromNumber() member 93 decimal128 dec; in decimal128ToNumber() member
|
/netbsd-src/external/gpl3/gdb.old/dist/libdecnumber/bid/ |
H A D | decimal32.c | 65 decimal32 dec; in decimal32FromNumber() member 93 decimal32 dec; in decimal32ToNumber() member
|
H A D | decimal128.c | 65 decimal128 dec; in decimal128FromNumber() member 93 decimal128 dec; in decimal128ToNumber() member
|