Home
last modified time | relevance | path

Searched defs:enc (Results 401 - 425 of 443) sorted by relevance

1...<<1112131415161718

/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dasn1.h202 unsigned char *enc; /* DER encoding */ member
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dvp8l_enc.c566 static int EncoderAnalyze(VP8LEncoder* const enc, in EncoderAnalyze() argument
673 EncoderInit(VP8LEncoder* const enc) EncoderInit() argument
1301 ApplySubtractGreen(VP8LEncoder* const enc, int width, int height, VP8LBitWriter* const bw) ApplySubtractGreen() argument
1308 ApplyPredictFilter(const VP8LEncoder* const enc, int width, int height, int quality, int low_effort, int used_subtract_green, VP8LBitWriter* const bw) ApplyPredictFilter() argument
1334 ApplyCrossColorFilter(const VP8LEncoder* const enc, int width, int height, int quality, int low_effort, VP8LBitWriter* const bw) ApplyCrossColorFilter() argument
1421 ClearTransformBuffer(VP8LEncoder* const enc) ClearTransformBuffer() argument
1432 AllocateTransformBuffer(VP8LEncoder* const enc, int width, int height) AllocateTransformBuffer() argument
1478 MakeInputImageCopy(VP8LEncoder* const enc) MakeInputImageCopy() argument
1624 MapImageFromPalette(VP8LEncoder* const enc, int in_place) MapImageFromPalette() argument
1655 EncodePalette(VP8LBitWriter* const bw, int low_effort, VP8LEncoder* const enc) EncodePalette() argument
1679 VP8LEncoder* const enc = (VP8LEncoder*)WebPSafeCalloc(1ULL, sizeof(*enc)); VP8LEncoderNew() local
1693 VP8LEncoderDelete(VP8LEncoder* enc) VP8LEncoderDelete() argument
1724 VP8LEncoder* const enc = params->enc_; EncodeStreamHook() local
[all...]
/third_party/openssl/test/
H A Devp_test.c521 int enc; member
690 static int cipher_test_enc(EVP_TEST *t, int enc, in cipher_test_enc() argument
[all...]
H A Devp_extra_test.c1777 int *enc = arg; in ec_export_get_encoding_cb() local
1801 int enc; in test_EC_keygen_with_enc() local
3740 int enc; global() member
3823 int enc; global() member
4417 custom_ciph_init(EVP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv, int enc) custom_ciph_init() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth_ft.c70 wpa_ft_rrb_decrypt(const u8 *key, const size_t key_len, const u8 *enc, size_t enc_len, const u8 *auth, const size_t auth_len, const u8 *src_addr, u8 type, u8 **plain, size_t *plain_size) wpa_ft_rrb_decrypt() argument
474 wpa_ft_rrb_encrypt(const u8 *key, const size_t key_len, const u8 *plain, const size_t plain_len, const u8 *auth, const size_t auth_len, const u8 *src_addr, u8 type, u8 *enc) wpa_ft_rrb_encrypt() argument
879 u8 *enc; global() member
925 wpa_ft_rrb_seq_req(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *f_r0kh_id, size_t f_r0kh_id_len, const u8 *f_r1kh_id, const u8 *key, size_t key_len, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int (*cb)(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer)) wpa_ft_rrb_seq_req() argument
1024 wpa_ft_rrb_seq_chk(struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, const char *msgtype, int no_defer) wpa_ft_rrb_seq_chk() argument
3801 wpa_ft_rrb_rx_pull(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_pull() argument
3958 wpa_ft_rrb_rx_r1(struct wpa_authenticator *wpa_auth, const u8 *src_addr, u8 type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, const char *msgtype, u8 *s1kh_id_out, int (*cb)(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer)) wpa_ft_rrb_rx_r1() argument
4188 wpa_ft_rrb_rx_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_resp() argument
4242 wpa_ft_rrb_rx_push(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_push() argument
4260 wpa_ft_rrb_rx_seq(struct wpa_authenticator *wpa_auth, const u8 *src_addr, int type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, struct ft_remote_seq **rkh_seq, u8 **key, size_t *key_len, struct ft_remote_r0kh **r0kh_out, struct ft_remote_r1kh **r1kh_out, struct ft_remote_r0kh **r0kh_wildcard_out, struct ft_remote_r1kh **r1kh_wildcard_out) wpa_ft_rrb_rx_seq() argument
4378 wpa_ft_rrb_rx_seq_req(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_seq_req() argument
4447 wpa_ft_rrb_rx_seq_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_seq_resp() argument
4664 const u8 *auth, *enc; wpa_ft_rrb_oui_rx() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ft.c69 wpa_ft_rrb_decrypt(const u8 *key, const size_t key_len, const u8 *enc, size_t enc_len, const u8 *auth, const size_t auth_len, const u8 *src_addr, u8 type, u8 **plain, size_t *plain_size) wpa_ft_rrb_decrypt() argument
473 wpa_ft_rrb_encrypt(const u8 *key, const size_t key_len, const u8 *plain, const size_t plain_len, const u8 *auth, const size_t auth_len, const u8 *src_addr, u8 type, u8 *enc) wpa_ft_rrb_encrypt() argument
878 u8 *enc; global() member
924 wpa_ft_rrb_seq_req(struct wpa_authenticator *wpa_auth, struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *f_r0kh_id, size_t f_r0kh_id_len, const u8 *f_r1kh_id, const u8 *key, size_t key_len, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int (*cb)(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer)) wpa_ft_rrb_seq_req() argument
1022 wpa_ft_rrb_seq_chk(struct ft_remote_seq *rkh_seq, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, const char *msgtype, int no_defer) wpa_ft_rrb_seq_chk() argument
3577 wpa_ft_rrb_rx_pull(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_pull() argument
3730 wpa_ft_rrb_rx_r1(struct wpa_authenticator *wpa_auth, const u8 *src_addr, u8 type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, const char *msgtype, u8 *s1kh_id_out, int (*cb)(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer)) wpa_ft_rrb_rx_r1() argument
3960 wpa_ft_rrb_rx_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_resp() argument
4014 wpa_ft_rrb_rx_push(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_push() argument
4032 wpa_ft_rrb_rx_seq(struct wpa_authenticator *wpa_auth, const u8 *src_addr, int type, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, struct ft_remote_seq **rkh_seq, u8 **key, size_t *key_len, struct ft_remote_r0kh **r0kh_out, struct ft_remote_r1kh **r1kh_out, struct ft_remote_r0kh **r0kh_wildcard_out, struct ft_remote_r1kh **r1kh_wildcard_out) wpa_ft_rrb_rx_seq() argument
4150 wpa_ft_rrb_rx_seq_req(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_seq_req() argument
4215 wpa_ft_rrb_rx_seq_resp(struct wpa_authenticator *wpa_auth, const u8 *src_addr, const u8 *enc, size_t enc_len, const u8 *auth, size_t auth_len, int no_defer) wpa_ft_rrb_rx_seq_resp() argument
4438 const u8 *auth, *enc; wpa_ft_rrb_oui_rx() local
[all...]

Completed in 66 milliseconds

1...<<1112131415161718