HomeSort by: relevance | last modified time | path
    Searched refs:nbytes2 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
asn1_encode_test.c 94 size_t nbytes2; member in struct:__anon649
614 for (i = custom_data->nbytes2; i > 0; i--) {
623 secondbytesinner = 1 + der_encode_length(custom_data->nbytes2, NULL)
624 + custom_data->nbytes2;
660 der_encode_length(custom_data->nbytes2, &p);
661 memcpy(p, custom_data->bytes2, custom_data->nbytes2);
662 p += custom_data->nbytes2;
  /src/crypto/external/bsd/openssl/dist/test/
asn1_encode_test.c 94 size_t nbytes2; member in struct:__anon1685
609 for (i = custom_data->nbytes2; i > 0; i--) {
619 1 + der_encode_length(custom_data->nbytes2, NULL)
620 + custom_data->nbytes2;
658 der_encode_length(custom_data->nbytes2, &p);
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2);
660 p += custom_data->nbytes2;
  /src/crypto/external/bsd/openssl.old/dist/test/
asn1_encode_test.c 94 size_t nbytes2; member in struct:__anon2219
609 for (i = custom_data->nbytes2; i > 0; i--) {
619 1 + der_encode_length(custom_data->nbytes2, NULL)
620 + custom_data->nbytes2;
658 der_encode_length(custom_data->nbytes2, &p);
659 memcpy(p, custom_data->bytes2, custom_data->nbytes2);
660 p += custom_data->nbytes2;

Completed in 23 milliseconds