Home
last modified time | relevance | path

Searched defs:ctx2 (Results 1 – 22 of 22) sorted by relevance

/freebsd/crypto/krb5/src/tests/gssapi/
H A Dt_iov.c107 test_standard_wrap(gss_ctx_id_t ctx1, gss_ctx_id_t ctx2, int conf) in test_standard_wrap()
261 test_aead(gss_ctx_id_t ctx1, gss_ctx_id_t ctx2, int conf) in test_aead()
397 test_mic(gss_ctx_id_t ctx1, gss_ctx_id_t ctx2) in test_mic()
441 test_dce(gss_ctx_id_t ctx1, gss_ctx_id_t ctx2, int conf) in test_dce()
/freebsd/crypto/openssl/test/
H A Dsm3_internal_test.c59 SM3_CTX ctx1, ctx2; in test_sm3() local
H A Dcmactest.c171 CMAC_CTX *ctx = NULL, *ctx2 = NULL; in test_cmac_copy() local
H A Dssl_test_ctx_test.c75 static int testctx_eq(SSL_TEST_CTX *ctx, SSL_TEST_CTX *ctx2) in testctx_eq()
H A Dhmactest.c221 HMAC_CTX *ctx = NULL, *ctx2 = NULL; in test_hmac_copy() local
H A Dkeymgmt_internal_test.c33 OSSL_LIB_CTX *ctx2; member
H A Devp_pkey_provided_test.c910 EVP_PKEY_CTX *ctx = NULL, *ctx2 = NULL; test_fromdata_ecx() local
[all...]
H A Devp_extra_test.c2369 EVP_PKEY_CTX *ctx2 = NULL; in test_EVP_PKEY_check() local
4960 EVP_CIPHER_CTX *ctx = NULL, *ctx2 = NULL; in test_cipher_with_engine() local
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dt_copy_context.c113 krb5_context ctx, ctx2; in main() local
H A Dt_ser.c62 krb5_context ctx2; in ser_context() local
/freebsd/crypto/openssl/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c111 EVP_PKEY_CTX *ctx2 = NULL; in main() local
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_x931g.c31 BN_CTX *ctx = NULL, *ctx2 = NULL; in RSA_X931_derive_ex() local
/freebsd/sbin/ipf/libipf/
H A Dsave_file.c61 file_match(void *ctx1, void *ctx2) in file_match()
H A Dsave_v1trap.c49 snmpv1_match(void *ctx1, void *ctx2) in snmpv1_match()
H A Dsave_v2trap.c53 snmpv2_match(void *ctx1, void *ctx2) in snmpv2_match()
/freebsd/sys/x86/iommu/
H A Dintel_reg.h46 uint64_t ctx2; member
64 #define DMAR_CTX2_GET_DID(ctx2) (((ctx2) & DMAR_CTX2_DID_MASK) >> 8) argument
/freebsd/crypto/openssl/apps/
H A Dfipsinstall.c303 EVP_MAC_CTX *ctx = NULL, *ctx2 = NULL; in fipsinstall_main() local
H A Dx509.c683 X509V3_CTX ctx2; in x509_main() local
H A Ds_server.c82 static SSL_CTX *ctx2 = NULL; variable
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c6845 void (*cb)(void *ctx1, void *ctx2),
6867 void (*cb)(void *ctx1, void *ctx2),
7047 void (*cb)(void *ctx1, void *ctx2),
/freebsd/usr.bin/sort/
H A Dcoll.c996 MD5_CTX ctx1, ctx2; in randomcoll() local
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2261 static void restore_tk(void *ctx1, void *ctx2) in restore_tk()