BSL v1.0.0 - 16.g9d98179
AMMOS Bundle Protocol Security Library (BSL)
Loading...
Searching...
No Matches
test_AbsSecBlock.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <unity.h>
#include <BPSecLib_Private.h>
#include <mock_bpa/MockBPA.h>
#include <CryptoInterface.h>
#include <backend/PublicInterfaceImpl.h>
#include <security_context/DefaultSecContext.h>
#include <security_context/DefaultSecContext_Private.h>
#include <security_context/rfc9173.h>
#include "bsl_test_utils.h"
+ Include dependency graph for test_AbsSecBlock.c:

Functions

void suiteSetUp (void)
 
int suiteTearDown (int failures)
 
void TestASBDecodeEncodeClosure (uint8_t *asb_cbor, size_t asb_cbor_bytelen, int64_t expect_ctx_id, uint64_t sample_target_block_num)
 
 TEST_CASE ("810101018202820201828201078203008181820158403bdc69b3a34a2b5d3a8554368bd1e808f606219d2a10a846eae3886ae4ecc83c" "4ee550fdfb1cc636b904e2f1a73e303dcd4b6ccece003e95e8164dcc89a156e1", 1, 1)
 
 TEST_CASE ("438ed6208eb1c1ffb94d952175167df0902902064a2983910c4fb2340790bf420a7d1921d5bf7c4721e02ab87a93ab1e0b75cf62e494" "8727c8b5dae46ed2af05439b88029191")
 

Function Documentation

◆ suiteSetUp()

◆ suiteTearDown()

int suiteTearDown ( int  failures)

◆ TEST_CASE() [1/2]

TEST_CASE ( "438ed6208eb1c1ffb94d952175167df0902902064a2983910c4fb2340790bf420a7d1921d5bf7c4721e02ab87a93ab1e0b75cf62e494" "8727c8b5dae46ed2af05439b88029191"  )

◆ TEST_CASE() [2/2]

TEST_CASE ( "810101018202820201828201078203008181820158403bdc69b3a34a2b5d3a8554368bd1e808f606219d2a10a846eae3886ae4ecc83c" "4ee550fdfb1cc636b904e2f1a73e303dcd4b6ccece003e95e8164dcc89a156e1"  ,
  1,
  1 
)

◆ TestASBDecodeEncodeClosure()