Lines Matching defs:bytes
68 ASN1_OCTET_STRING *bytes = NULL;
82 || !TEST_ptr(bytes = ASN1_OCTET_STRING_new())
83 || !OSSL_CMP_CTX_set1_transactionID(ctx, bytes)
84 || !OSSL_CMP_CTX_set1_senderNonce(ctx, bytes)
85 || !ossl_cmp_ctx_set1_recipNonce(ctx, bytes))
110 ASN1_OCTET_STRING_free(bytes);
132 # define STR64 "This is a 64 bytes looooooooooooooooooooooooooooooooong string.\n"
135 "This is a 61 bytes loooooooooooooooooooooooooooooong string.\n"
597 const ASN1_OCTET_STRING *bytes = NULL; \
600 bytes = ctx->FIELD; \
601 return bytes == NULL ? NULL : \
602 OPENSSL_strndup((char *)bytes->data, bytes->length); \