Searched refs:p_len (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | cmsapitest.c | 318 static unsigned char *read_all(BIO *bio, long *p_len) in read_all() argument 325 *p_len = 0; in read_all() 327 tmp = OPENSSL_realloc(buf, *p_len + step); in read_all() 331 ret = BIO_read(bio, buf + *p_len, step); in read_all() 335 if (LONG_MAX - ret < *p_len) in read_all() 338 *p_len += ret; in read_all() 346 *p_len = 0; in read_all()
|
H A D | ecdsatest.c | 81 size_t p_len; in x9_62_tests() local 122 || !TEST_true(p_len = EC_KEY_key2buf(key, POINT_CONVERSION_UNCOMPRESSED, in x9_62_tests() 125 || !TEST_int_eq(q_len, p_len) in x9_62_tests() 126 || !TEST_mem_eq(qbuf, q_len, pbuf, p_len)) in x9_62_tests()
|
H A D | acvp_test.c | 643 const unsigned char *p, size_t p_len, in dsa_create_pkey() argument 660 || !TEST_ptr(BN_bin2bn(p, p_len, p_bn)) in dsa_create_pkey() 723 || !TEST_true(dsa_create_pkey(¶m_key, tst->p, tst->p_len, in dsa_pqver_test() 829 || !TEST_true(dsa_create_pkey(&pkey, tst->p, tst->p_len, in dsa_sigver_test() 1307 size_t p_len = 0, p1_len = 0, p2_len = 0; in rsa_keygen_test() local 1351 &p, &p_len)) in rsa_keygen_test() 1362 || !TEST_mem_eq(tst->p, tst->p_len, p, p_len) in rsa_keygen_test() 1372 test_output_memory("p", p, p_len); in rsa_keygen_test()
|
H A D | acvp_test.inc | 396 size_t p_len; 416 size_t p_len; 1189 size_t p_len;
|
/openssl/util/perl/TLSProxy/ |
H A D | ServerKeyExchange.pm | 61 my $p_len = unpack('n', $self->data); 63 my $p = substr($self->data, $ptr, $p_len); 64 $ptr += $p_len;
|
Completed in 27 milliseconds