Searched refs:ARG (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/bio/ |
H A D | bio_sock.c | 228 # define ARG arg_32p in BIO_socket_ioctl() macro 237 # define ARG arg in BIO_socket_ioctl() macro 240 # define ARG arg in BIO_socket_ioctl() macro 243 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
|
/openssl/test/quic-openssl-docker/ |
H A D | Dockerfile | 8 ARG OPENSSL_URL=https://github.com/openssl/openssl.git 9 ARG OPENSSL_BRANCH=master
|
/openssl/test/ |
H A D | cmp_ctx_test.c | 597 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \ argument 598 static int OSSL_CMP_CTX_##SETN##_##FIELD##_##ARG(CMP_CTX *ctx, T val) \ 600 return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, ARG, val); \ 603 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \ 605 return OSSL_CMP_CTX_##GETN##_##FIELD(ctx, ARG); \
|
Completed in 8 milliseconds