Searched refs:enc_len (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Dpunycode.h16 const size_t enc_len,
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pem/
H A Dpem_info.c119 xi->enc_len = 0;
142 xi->enc_len = 0;
165 xi->enc_len = 0;
203 xi->enc_len = (int)len;
277 if ((xi->enc_data != NULL) && (xi->enc_len > 0)) {
286 i = xi->enc_len;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dpunycode.c118 int ossl_punycode_decode(const char *pEncoded, const size_t enc_len, argument
129 for (loop = 0; loop < enc_len; loop++) {
148 for (loop = processed_in; loop < enc_len;) {
155 if (loop >= enc_len)
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_info.c138 xi->enc_len = 0;
176 xi->enc_len = (int)len;
254 if ((xi->enc_data != NULL) && (xi->enc_len > 0)) {
263 i = xi->enc_len;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec2_oct.c243 size_t field_len, enc_len; local
288 enc_len =
292 if (len != enc_len) {
H A Decp_oct.c276 size_t field_len, enc_len; local
307 enc_len =
311 if (len != enc_len) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec2_oct.c263 size_t field_len, enc_len; local
311 enc_len =
315 if (len != enc_len) {
H A Decp_oct.c282 size_t field_len, enc_len; local
313 enc_len =
317 if (len != enc_len) {
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth_ft.c57 * @enc_len: Length of encrypted TLVs in octets
70 const u8 *enc, size_t enc_len,
81 wpa_hexdump(MSG_DEBUG, "FT(RRB): encrypted TLVs", enc, enc_len);
85 *plain = os_memdup(enc, enc_len);
86 if (enc_len > 0 && !*plain)
89 *plain_size = enc_len;
97 if (enc_len < AES_BLOCK_SIZE)
100 *plain = os_zalloc(enc_len - AES_BLOCK_SIZE);
104 if (aes_siv_decrypt(key, key_len, enc, enc_len, 3, ad, ad_len,
106 if (enc_len < AES_BLOCK_SIZ
69 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) argument
879 size_t enc_len; member in struct:ft_remote_item
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)) 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) 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) 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)) 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) 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) 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) 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) 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) argument
[all...]
/netbsd-current/external/bsd/libbind/dist/dst/
H A Ddst_api.c709 int enc_len = 0; local
734 enc_len = key->dk_func->to_dns_key(key,
737 if (enc_len > 0)
738 return (enc_len + loc);
/netbsd-current/lib/libresolv/
H A Ddst_api.c716 int enc_len = 0; local
741 enc_len = key->dk_func->to_dns_key(key,
744 if (enc_len > 0)
745 return (enc_len + loc);
/netbsd-current/sys/dev/marvell/
H A Dmvxpsecvar.h304 uint32_t enc_len; member in struct:mvxpsec_packet
H A Dmvxpsec.c1324 int enc_start, enc_len, iv_offset; local
1329 enc_len = mv_p->enc_len;
1351 desc->acc_enclen = MV_ACC_DESC_ENC_LEN(enc_len);
2328 mv_p->enc_len = crd->crd_len;
2338 mv_p->enc_len = crd->crd_len;
2349 mv_p->enc_len = crd->crd_len;
3057 mv_p->enc_off = mv_p->enc_ivoff = mv_p->enc_len = 0;
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509.h250 int enc_len; member in struct:X509_info_st

Completed in 184 milliseconds