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

/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_info.c172 xi->enc_len = 0;
195 xi->enc_len = 0;
218 xi->enc_len = 0;
256 xi->enc_len = (int)len;
332 if ((xi->enc_data != NULL) && (xi->enc_len > 0)) {
341 i = xi->enc_len;
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_info.c76 ret->enc_len = 0;
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Dec2_oct.c305 size_t field_len, enc_len; local
337 enc_len =
341 if (len != enc_len) {
H A Decp_oct.c334 size_t field_len, enc_len; local
365 enc_len =
369 if (len != enc_len) {
/freebsd-11-stable/contrib/wpa/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...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509.h501 int enc_len; member in struct:X509_info_st

Completed in 183 milliseconds