Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 5 of 5) sorted by relevance

/openssl/engines/
H A De_padlock.c347 if (nbytes == 0) in padlock_cfb_cipher()
355 nbytes -= chunk; in padlock_cfb_cipher()
358 if (nbytes) { in padlock_cfb_cipher()
370 while (nbytes) { in padlock_cfb_cipher()
379 while (nbytes) { in padlock_cfb_cipher()
409 chunk++, nbytes--; in padlock_ofb_cipher()
415 if (nbytes == 0) in padlock_ofb_cipher()
423 nbytes -= chunk; in padlock_ofb_cipher()
426 if (nbytes) { in padlock_ofb_cipher()
435 while (nbytes) { in padlock_ofb_cipher()
[all …]
/openssl/crypto/ec/curve448/
H A Df_generic.c72 const unsigned nbytes = with_hibit ? X_SER_BYTES : SER_BYTES; in gf_deserialize() local
77 while (fill < LIMB_PLACE_VALUE(LIMBPERM(i)) && j < nbytes) { in gf_deserialize()
81 if (j == nbytes - 1) in gf_deserialize()
H A Dscalar.c140 size_t nbytes) in scalar_decode_short() argument
147 for (j = 0; j < sizeof(c448_word_t) && k < nbytes; j++, k++) in scalar_decode_short()
/openssl/test/
H A Dasn1_encode_test.c484 static int do_decode(unsigned char *bytes, long nbytes, in do_decode() argument
493 enctst = package->d2i(NULL, &bytes, nbytes); in do_decode()
502 if (start + nbytes == bytes in do_decode()
549 static int do_enc_dec(EXPECTED *bytes, long nbytes, in do_enc_dec() argument
561 ret = do_decode(data, len, bytes, nbytes, package); in do_enc_dec()
H A Dsslapitest.c2538 size_t nbytes; in test_extra_tickets() local
2575 || !TEST_size_t_eq(1, nbytes) in test_extra_tickets()
2579 || !TEST_int_eq(sizeof(buf), nbytes) in test_extra_tickets()
2589 || !TEST_size_t_eq(sizeof(c), nbytes) in test_extra_tickets()
2593 || !TEST_size_t_eq(sizeof(buf), nbytes) in test_extra_tickets()
2603 || !TEST_size_t_eq(0, nbytes) in test_extra_tickets()
2635 || !TEST_size_t_eq(nbytes, 0)) in test_extra_tickets()
2652 || !TEST_size_t_eq(1, nbytes) in test_extra_tickets()
2656 || !TEST_int_eq(sizeof(buf), nbytes) in test_extra_tickets()
2667 || !TEST_size_t_eq(1, nbytes) in test_extra_tickets()
[all …]

Completed in 57 milliseconds