Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbio_sock.c191 # define ARG arg_32p in BIO_socket_ioctl() macro
200 # define ARG arg in BIO_socket_ioctl() macro
203 # define ARG arg in BIO_socket_ioctl() macro
206 i = ioctlsocket(fd, type, ARG); in BIO_socket_ioctl()
/openssl/test/
H A Dcmp_ctx_test.c575 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \ argument
576 static int OSSL_CMP_CTX_##SETN##_##FIELD##_##ARG(CMP_CTX *ctx, T val) \
578 return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, ARG, val); \
581 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \
583 return OSSL_CMP_CTX_##GETN##_##FIELD(ctx, ARG); \

Completed in 13 milliseconds