Searched defs:nbytes (Results 1 – 6 of 6) sorted by relevance
/openssl/engines/ |
H A D | e_padlock.c | 314 const unsigned char *in_arg, size_t nbytes) in padlock_ecb_cipher() 322 const unsigned char *in_arg, size_t nbytes) in padlock_cbc_cipher() 335 const unsigned char *in_arg, size_t nbytes) in padlock_cfb_cipher() 406 const unsigned char *in_arg, size_t nbytes) in padlock_ofb_cipher() 470 const unsigned char *in_arg, size_t nbytes) in padlock_ctr_cipher()
|
/openssl/crypto/ec/curve448/ |
H A D | f_generic.c | 72 const unsigned nbytes = with_hibit ? X_SER_BYTES : SER_BYTES; in gf_deserialize() local
|
H A D | scalar.c | 140 size_t nbytes) in scalar_decode_short()
|
/openssl/test/ |
H A D | asn1_encode_test.c | 484 static int do_decode(unsigned char *bytes, long nbytes, in do_decode() 549 static int do_enc_dec(EXPECTED *bytes, long nbytes, in do_enc_dec()
|
H A D | sslapitest.c | 2728 size_t nbytes; in test_extra_tickets() local
|
/openssl/crypto/bio/ |
H A D | bss_dgram_pair.c | 35 static int ring_buf_init(struct ring_buf *r, size_t nbytes) in ring_buf_init() 120 static int ring_buf_resize(struct ring_buf *r, size_t nbytes) in ring_buf_resize()
|
Completed in 52 milliseconds