Searched defs:point (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/plugins/quota/
H A Dquota-fs.c169 struct mountpoint point; local
172 ret = mountpoint_get(dir, default_pool, &point);
178 mount->device_path = point.device_path;
179 mount->mount_path = point.mount_path;
180 mount->type = point.type;
181 mount->block_size = point.block_size;
249 i_debug("fs quota mount point = %s", mount->mount_path);
901 "Mount point unknown for path %s",
904 *error_r = "Mount point unknown";
/dovecot/src/lib-dcrypt/
H A Ddcrypt-openssl.c35 key id = sha256(hex encoded public point)
39 1<tab>algo id<tab>public point
44 1<tab>algo id<tab>0<tab>private point<tab>key id
47 1<tab>algo id<tab>1<tab>private point<tab>ephemeral public key<tab>encryption key id<tab>key id
50 1<tab>algo id<tab>2<tab>private point<tab>salt<tab>key id
174 hex encoded point from EC public key
590 /* convert ephemeral key data EC point */
599 /* convert point to public key */
868 BIGNUM *point = NULL; local
884 point
1177 BIGNUM *point = BN_new(); local
1279 EC_POINT *point = EC_POINT_new(EC_KEY_get0_group(eckey)); local
[all...]

Completed in 531 milliseconds