Home
last modified time | relevance | path

Searched defs:rap_call (Results 1 – 4 of 4) sorted by relevance

/dports/security/libressl-static/libressl-3.3.5/crypto/dh/
H A Ddh_key.c59 #include <stdio.h>
61 #include <openssl/bn.h>
62 #include <openssl/dh.h>
65 #include "bn_lcl.h"
67 static int generate_key(DH *dh);
68 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
69 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r, const BIGNUM *a,
70 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
/dports/net/samba412/samba-4.12.15/source4/ntvfs/ipc/
H A Dipc_rap.c83 struct rap_call { struct
84 struct loadparm_context *lp_ctx;
108 static struct rap_call *new_rap_srv_call(TALLOC_CTX *mem_ctx, in new_rap_srv_call() argument
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/ntvfs/ipc/
H A Dipc_rap.c57 struct rap_call { struct
78 static struct rap_call *new_rap_srv_call(TALLOC_CTX *mem_ctx, in new_rap_srv_call() argument
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/torture/rap/
H A Drap.c31 struct rap_call { struct
49 static struct rap_call *new_rap_cli_call(TALLOC_CTX *mem_ctx, uint16_t callno) in new_rap_cli_call() argument