Home
last modified time | relevance | path

Searched defs:inlen (Results 1 – 25 of 67) sorted by relevance

123

/openbsd/usr.sbin/rpki-client/
H A Dencoding.c81 base64_decode_len(size_t inlen, size_t *outlen) in base64_decode_len()
96 base64_decode(const unsigned char *in, size_t inlen, in base64_decode()
139 base64_encode_len(size_t inlen, size_t *outlen) in base64_encode_len()
153 base64_encode(const unsigned char *in, size_t inlen, char **out) in base64_encode()
/openbsd/usr.bin/ssh/
H A Dhash.c16 unsigned long long inlen) in crypto_hash_sha512()
29 unsigned long long inlen) in crypto_hash_sha512()
H A Dxmss_hash.c34 …signed char *key, unsigned int keylen, const unsigned char *in, unsigned long long inlen, unsigned… in core_hash_SHA2()
75 int h_msg(unsigned char *out, const unsigned char *in, unsigned long long inlen, const unsigned cha… in h_msg()
/openbsd/usr.sbin/npppd/npppd/
H A Dlcp.c546 lcp_ackci(fsm *f, u_char *inp, int inlen) in lcp_ackci()
644 lcp_nakci(fsm *f, u_char *inp, int inlen) in lcp_nakci()
784 lcp_rejci(fsm *f, u_char *inp, int inlen) in lcp_rejci()
887 lcp_rcoderej(fsm *f, u_char *inp, int inlen) in lcp_rcoderej()
977 lcp_rechoreq(fsm *f, int id, u_char *inp, int inlen) in lcp_rechoreq()
997 lcp_ext(fsm *f, int code, int id, u_char *inp, int inlen) in lcp_ext()
1176 lcp_proxy_recv_ci(fsm *f, u_char *inp, int inlen) in lcp_proxy_recv_ci()
1252 lcp_proxy_sent_ci(fsm *f, u_char *inp, int inlen) in lcp_proxy_sent_ci()
/openbsd/lib/libcrypto/pkcs12/
H A Dp12_decr.c73 const unsigned char *in, int inlen, unsigned char **data, int *datalen, in PKCS12_pbe_crypt()
159 int inlen; in PKCS12_item_i2d_encrypt() local
/openbsd/lib/libcrypto/cms/
H A Dcms_pwri.c229 size_t inlen, EVP_CIPHER_CTX *ctx) in kek_unwrap_key()
286 size_t inlen, EVP_CIPHER_CTX *ctx) in kek_wrap_key()
/openbsd/lib/libcrypto/evp/
H A Dpmeth_fn.c203 const unsigned char *in, size_t inlen) in EVP_PKEY_encrypt()
234 const unsigned char *in, size_t inlen) in EVP_PKEY_decrypt()
/openbsd/sbin/iked/
H A Dcrypto_hash.c12 unsigned long long inlen) in crypto_hash_sha512()
H A Dcrypto.c604 cipher_aad(struct iked_cipher *encr, const void *in, size_t inlen, in cipher_aad()
618 cipher_update(struct iked_cipher *encr, const void *in, size_t inlen, in cipher_update()
672 cipher_outlength(struct iked_cipher *encr, size_t inlen) in cipher_outlength()
/openbsd/usr.sbin/smtpd/
H A Dcrypto.c211 crypto_encrypt_buffer(const char *in, size_t inlen, char *out, size_t outlen) in crypto_encrypt_buffer()
268 crypto_decrypt_buffer(const char *in, size_t inlen, char *out, size_t outlen) in crypto_decrypt_buffer()
/openbsd/sys/crypto/
H A Dblake2s.c164 void blake2s_update(struct blake2s_state *state, const uint8_t *in, size_t inlen) in blake2s_update()
203 const size_t inlen, const size_t keylen) in blake2s_hmac()
H A Dblake2s.h47 const size_t outlen, const size_t inlen, const size_t keylen) in blake2s()
/openbsd/usr.bin/signify/
H A Dcrypto_api.c15 unsigned long long inlen) in crypto_hash_sha512()
/openbsd/lib/libcrypto/sm2/
H A Dsm2_pmeth.c144 const unsigned char *in, size_t inlen) in pkey_sm2_encrypt()
161 const unsigned char *in, size_t inlen) in pkey_sm2_decrypt()
/openbsd/lib/libcrypto/aes/
H A Daes.c154 const unsigned char *in, unsigned int inlen) in AES_wrap_key()
190 const unsigned char *in, unsigned int inlen) in AES_unwrap_key()
/openbsd/sys/dev/wscons/
H A Dwsemul_subr.c68 wsemul_getchar(const u_char **inbuf, u_int *inlen, in wsemul_getchar()
/openbsd/lib/libcrypto/ct/
H A Dct_b64.c78 size_t inlen = strlen(in); in ct_base64_decode() local
/openbsd/regress/lib/libcrypto/bio/
H A Dbio_dump.c97 int inlen; member
/openbsd/usr.sbin/nsd/
H A Dsiphash.c78 int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k, in siphash()
/openbsd/sbin/unwind/libunbound/util/
H A Dsiphash.c90 int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k, in siphash()
/openbsd/usr.sbin/unbound/util/
H A Dsiphash.c90 int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k, in siphash()
/openbsd/lib/libcrypto/asn1/
H A Da_strnid.c141 ASN1_STRING_set_by_NID(ASN1_STRING **out, const unsigned char *in, int inlen, in ASN1_STRING_set_by_NID()
/openbsd/lib/libcrypto/rsa/
H A Drsa_pmeth.c349 const unsigned char *in, size_t inlen) in pkey_rsa_encrypt()
376 const unsigned char *in, size_t inlen) in pkey_rsa_decrypt()
/openbsd/lib/libcrypto/ecdh/
H A Decdh.c227 void *(*KDF)(const void *in, size_t inlen, void *out, size_t *out_len)) in ECDH_compute_key()
/openbsd/regress/lib/libssl/unit/
H A Dtls_ext_alpn.c407 unsigned char *outlen, const unsigned char *in, unsigned int inlen, in dummy_alpn_cb()

123