Searched refs:OSSL_HPKE_CTX_get_seq (Results 1 – 5 of 5) sorted by relevance
152 int OSSL_HPKE_CTX_get_seq(OSSL_HPKE_CTX *ctx, uint64_t *seq);
14 OSSL_HPKE_CTX_get_seq, OSSL_HPKE_CTX_set_seq64 int OSSL_HPKE_CTX_get_seq(OSSL_HPKE_CTX *ctx, uint64_t *seq);195 and OSSL_HPKE_CTX_get_seq() can be called regardless of role.409 the OSSL_HPKE_CTX_get_seq() API can be used to retrieve the increment (in the
168 if (!TEST_true(OSSL_HPKE_CTX_get_seq(sealctx, &lastseq))) in do_testhpke()206 if (!TEST_true(OSSL_HPKE_CTX_get_seq(openctx, &lastseq))) in do_testhpke()1338 if (!TEST_false(OSSL_HPKE_CTX_get_seq(NULL, &lseq))) in test_hpke_oddcalls()
1027 int OSSL_HPKE_CTX_get_seq(OSSL_HPKE_CTX *ctx, uint64_t *seq) in OSSL_HPKE_CTX_get_seq() function
5513 OSSL_HPKE_CTX_get_seq 5641 3_2_0 EXIST::FUNCTION:
Completed in 50 milliseconds