Home
last modified time | relevance | path

Searched refs:OSSL_HPKE_CTX_get_seq (Results 1 – 5 of 5) sorted by relevance

/openssl/include/openssl/
H A Dhpke.h152 int OSSL_HPKE_CTX_get_seq(OSSL_HPKE_CTX *ctx, uint64_t *seq);
/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod14 OSSL_HPKE_CTX_get_seq, OSSL_HPKE_CTX_set_seq
64 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
/openssl/test/
H A Dhpke_test.c168 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()
/openssl/crypto/hpke/
H A Dhpke.c1027 int OSSL_HPKE_CTX_get_seq(OSSL_HPKE_CTX *ctx, uint64_t *seq) in OSSL_HPKE_CTX_get_seq() function
/openssl/util/
H A Dlibcrypto.num5513 OSSL_HPKE_CTX_get_seq 5641 3_2_0 EXIST::FUNCTION:

Completed in 53 milliseconds