Home
last modified time | relevance | path

Searched refs:ARG (Results 1 – 3 of 3) sorted by relevance

/openssl/crypto/bio/
H A Dbio_sock.c228 # 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 DDockerfile8 ARG OPENSSL_URL=https://github.com/openssl/openssl.git
9 ARG OPENSSL_BRANCH=master
/openssl/test/
H A Dcmp_ctx_test.c597 #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 20 milliseconds