Searched defs:olen (Results 1 – 15 of 15) sorted by relevance
/openssl-master/crypto/comp/ |
A D | comp_lib.c | 59 int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_compress_block() 74 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, in COMP_expand_block()
|
A D | c_zlib.c | 166 unsigned int olen, unsigned char *in, in zlib_stateful_compress_block() 187 unsigned int olen, unsigned char *in, in zlib_stateful_expand_block()
|
/openssl-master/providers/implementations/ciphers/ |
A D | ciphercommon_ccm.c | 337 size_t olen = 0; in ccm_tls_cipher() local 384 size_t olen = 0; in ccm_cipher_internal() local
|
A D | ciphercommon_gcm.c | 103 static int getivgen(PROV_GCM_CTX *ctx, unsigned char *out, size_t olen) in getivgen() 384 size_t olen = 0; in gcm_cipher_internal() local
|
A D | cipher_chacha20_poly1305_hw.c | 276 size_t olen = 0; in chacha20_poly1305_aead_cipher() local
|
/openssl-master/providers/implementations/kdfs/ |
A D | tls1_prf.c | 288 unsigned char *out, size_t olen) in tls1_prf_P_hash() 374 unsigned char *out, size_t olen) in tls1_prf_alg()
|
A D | krb5kdf.c | 406 int olen; in KRB5KDF() local
|
/openssl-master/ssl/ |
A D | t1_enc.c | 32 unsigned char *out, size_t olen, int fatal) in tls1_PRF() 700 int tls1_export_keying_material(SSL *s, unsigned char *out, size_t olen, in tls1_export_keying_material()
|
A D | tls13_enc.c | 801 int tls13_export_keying_material(SSL *s, unsigned char *out, size_t olen, in tls13_export_keying_material() 843 int tls13_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, in tls13_export_keying_material_early()
|
A D | ssl_lib.c | 3101 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material() 3115 int SSL_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material_early()
|
/openssl-master/crypto/cms/ |
A D | cms_pwri.c | 245 size_t olen; in kek_wrap_key() local
|
/openssl-master/crypto/asn1/ |
A D | a_object.c | 53 int a2d_ASN1_OBJECT(unsigned char *out, int olen, const char *buf, int num) in a2d_ASN1_OBJECT()
|
A D | tasn_dec.c | 1135 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen()
|
/openssl-master/test/ |
A D | bad_dtls_test.c | 68 unsigned char *out, int olen) in do_PRF()
|
/openssl-master/crypto/property/ |
A D | property_parse.c | 592 size_t olen, len; in put_str() local
|
Completed in 31 milliseconds